Html Css Color HEX #F84010 Orange Red

📋 copy color: '#F84010'

red 248 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #F84010

Tints of Orange Red #F84010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 75.61%
G = 19.51%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F84010 (or 0xF84010) is known color: Orange Red. HEX triplet: F8, 40 and 10. RGB value is (248,64,16). Sum of RGB (Red+Green+Blue) = 248+64+16=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F84010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84010 is #07BFEF. Grayscale: #717171. Windows color (decimal): -507888 or 1065208. OLE color: 1065208.

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

Color convert

RGB 248 64 16 -
CMYK 0 0.74 0.94 0.03
HSL 12.41º 0.94% 0.52% -
HSV(B) 12.41º 0.94% 0.97% -
XYZ 40.64 23.66 2.92 -
YUV 113.54 72.96 223.9 -
System Red Green Blue C M Y K H S L
Decimal 248 64 16 0 0.74 0.94 0.03 12.41 0.94 0.52
Hex F8 40 10 0 4A 5E 3 C 5E 34
Octal 370 100 20 0 112 136 3 14 136 64
Binary 11111000 1000000 10000 0 1001010 1011110 11 1100 1011110 110100

Color Harmonies of #F84010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84010

Black with #F84010

Text Example


Text Example

White with #F84010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84010; }

 p { color: rgb(248,64,16); }

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

background-color css

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

 a { background-color: rgb(248,64,16); }

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

border-color css

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

 span { border-color: rgb(248,64,16); }

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