Html Css Color HEX #F84214 Orange Red

📋 copy color: '#F84214'

red 248 ◦ green 66 ◦ blue 20

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

Shades of Orange Red #F84214

Tints of Orange Red #F84214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 74.25%
G = 19.76%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F84214 (or 0xF84214) is known color: Orange Red. HEX triplet: F8, 42 and 14. RGB value is (248,66,20). Sum of RGB (Red+Green+Blue) = 248+66+20=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F84214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84214 is #07BDEB. Grayscale: #737373. Windows color (decimal): -507372 or 1327864. OLE color: 1327864.

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

Color convert

RGB 248 66 20 -
CMYK 0 0.73 0.92 0.03
HSL 12.11º 0.94% 0.53% -
HSV(B) 12.11º 0.92% 0.97% -
XYZ 40.79 23.9 3.13 -
YUV 115.17 74.3 222.74 -
System Red Green Blue C M Y K H S L
Decimal 248 66 20 0 0.73 0.92 0.03 12.11 0.94 0.53
Hex F8 42 14 0 49 5C 3 C 5E 35
Octal 370 102 24 0 111 134 3 14 136 65
Binary 11111000 1000010 10100 0 1001001 1011100 11 1100 1011110 110101

Color Harmonies of #F84214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84214

Black with #F84214

Text Example


Text Example

White with #F84214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84214; }

 p { color: rgb(248,66,20); }

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

background-color css

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

 a { background-color: rgb(248,66,20); }

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

border-color css

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

 span { border-color: rgb(248,66,20); }

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