Html Css Color HEX #F84211 Orange Red

📋 copy color: '#F84211'

red 248 ◦ green 66 ◦ blue 17

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

Shades of Orange Red #F84211

Tints of Orange Red #F84211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 74.92%
G = 19.94%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F84211 (or 0xF84211) is known color: Orange Red. HEX triplet: F8, 42 and 11. RGB value is (248,66,17). Sum of RGB (Red+Green+Blue) = 248+66+17=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F84211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84211 is #07BDEE. Grayscale: #737373. Windows color (decimal): -507375 or 1131256. OLE color: 1131256.

HSL color Cylindrical-coordinate representation of color #F84211: hue angle of 12.73º 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 #F84211 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 66 17 -
CMYK 0 0.73 0.93 0.03
HSL 12.73º 0.94% 0.52% -
HSV(B) 12.73º 0.93% 0.97% -
XYZ 40.76 23.89 2.99 -
YUV 114.83 72.8 222.98 -
System Red Green Blue C M Y K H S L
Decimal 248 66 17 0 0.73 0.93 0.03 12.73 0.94 0.52
Hex F8 42 11 0 49 5D 3 D 5E 34
Octal 370 102 21 0 111 135 3 15 136 64
Binary 11111000 1000010 10001 0 1001001 1011101 11 1101 1011110 110100

Color Harmonies of #F84211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84211

Black with #F84211

Text Example


Text Example

White with #F84211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84211; }

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

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

background-color css

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

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

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

border-color css

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

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

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