Html Css Color HEX #F84411 Orange Red

📋 copy color: '#F84411'

red 248 ◦ green 68 ◦ blue 17

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

Shades of Orange Red #F84411

Tints of Orange Red #F84411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

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

R = 74.47%
G = 20.42%
B = 5.11%

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

#F84411 (or 0xF84411) is known color: Orange Red. HEX triplet: F8, 44 and 11. RGB value is (248,68,17). Sum of RGB (Red+Green+Blue) = 248+68+17=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F84411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84411 is #07BBEE. Grayscale: #747474. Windows color (decimal): -506863 or 1131768. OLE color: 1131768.

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

Color convert

RGB 248 68 17 -
CMYK 0 0.73 0.93 0.03
HSL 13.25º 0.94% 0.52% -
HSV(B) 13.25º 0.93% 0.97% -
XYZ 40.88 24.13 3.03 -
YUV 116.01 72.13 222.15 -
System Red Green Blue C M Y K H S L
Decimal 248 68 17 0 0.73 0.93 0.03 13.25 0.94 0.52
Hex F8 44 11 0 49 5D 3 D 5E 34
Octal 370 104 21 0 111 135 3 15 136 64
Binary 11111000 1000100 10001 0 1001001 1011101 11 1101 1011110 110100

Color Harmonies of #F84411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84411

Black with #F84411

Text Example


Text Example

White with #F84411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84411; }

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

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

background-color css

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

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

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

border-color css

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

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

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