Html Css Color HEX #F84109 Orange Red

📋 copy color: '#F84109'

red 248 ◦ green 65 ◦ blue 9

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

Shades of Orange Red #F84109

Tints of Orange Red #F84109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 77.02%
G = 20.19%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F84109 (or 0xF84109) is known color: Orange Red. HEX triplet: F8, 41 and 09. RGB value is (248,65,9). Sum of RGB (Red+Green+Blue) = 248+65+9=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F84109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84109 is #07BEF6. Grayscale: #717171. Windows color (decimal): -507639 or 606712. OLE color: 606712.

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

Color convert

RGB 248 65 9 -
CMYK 0 0.74 0.96 0.03
HSL 14.06º 0.94% 0.5% -
HSV(B) 14.06º 0.96% 0.97% -
XYZ 40.65 23.76 2.7 -
YUV 113.33 69.13 224.05 -
System Red Green Blue C M Y K H S L
Decimal 248 65 9 0 0.74 0.96 0.03 14.06 0.94 0.5
Hex F8 41 9 0 4A 60 3 E 5E 32
Octal 370 101 11 0 112 140 3 16 136 62
Binary 11111000 1000001 1001 0 1001010 1100000 11 1110 1011110 110010

Color Harmonies of #F84109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84109

Black with #F84109

Text Example


Text Example

White with #F84109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84109; }

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

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

background-color css

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

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

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

border-color css

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

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

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