Html Css Color HEX #F84112 Orange Red

📋 copy color: '#F84112'

red 248 ◦ green 65 ◦ blue 18

#F84112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F84112

Tints of Orange Red #F84112

RGB

 RED value IS 248 (97.27% from 255) = 74.92%

 GREEN value IS 65 (25.78% from 255) = 19.64%

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 74.92%
G = 19.64%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F84112 (or 0xF84112) is known color: Orange Red. HEX triplet: F8, 41 and 12. RGB value is (248,65,18). Sum of RGB (Red+Green+Blue) = 248+65+18=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F84112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84112 is #07BEED. Grayscale: #727272. Windows color (decimal): -507630 or 1196536. OLE color: 1196536.

HSL color Cylindrical-coordinate representation of color #F84112: hue angle of 12.26º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F84112 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 65 18 -
CMYK 0 0.74 0.93 0.03
HSL 12.26º 0.94% 0.52% -
HSV(B) 12.26º 0.93% 0.97% -
XYZ 40.71 23.78 3.02 -
YUV 114.36 73.63 223.32 -
System Red Green Blue C M Y K H S L
Decimal 248 65 18 0 0.74 0.93 0.03 12.26 0.94 0.52
Hex F8 41 12 0 4A 5D 3 C 5E 34
Octal 370 101 22 0 112 135 3 14 136 64
Binary 11111000 1000001 10010 0 1001010 1011101 11 1100 1011110 110100

Color Harmonies of #F84112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84112

Black with #F84112

Text Example


Text Example

White with #F84112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84112; }

 p { color: rgb(248,65,18); }

 H1.HeaderClassName
 {
   color: #F84112;
 }
 .AnyTagClassName
 {
   color: #F84112;
 }
</style>

background-color css

<style>
 a { background-color: #F84112; }

 a { background-color: rgb(248,65,18); }

 div.DivClassName
 {
   background-color: #F84112;
 }
 .BgClassName
 {
   background-color: #F84112;
 }
</style>

border-color css

<style>
 span { border-color: #F84112; }

 span { border-color: rgb(248,65,18); }

 td.TdClassName
 {
   border-color: #F84112;
 }
 .TagClassName
 {
   border-color: #F84112;
 }
</style>