Html Css Color HEX #F94109 Orange Red

📋 copy color: '#F94109'

red 249 ◦ green 65 ◦ blue 9

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

Shades of Orange Red #F94109

Tints of Orange Red #F94109

RGB

 RED value IS 249 (97.66% from 255) = 77.09%

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

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

R = 77.09%
G = 20.12%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F94109 (or 0xF94109) is known color: Orange Red. HEX triplet: F9, 41 and 09. RGB value is (249,65,9). Sum of RGB (Red+Green+Blue) = 249+65+9=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F94109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94109 is #06BEF6. Grayscale: #727272. Windows color (decimal): -442103 or 606713. OLE color: 606713.

HSL color Cylindrical-coordinate representation of color #F94109: hue angle of 14º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F94109 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 9 -
CMYK 0 0.74 0.96 0.02
HSL 14º 0.95% 0.51% -
HSV(B) 14º 0.96% 0.98% -
XYZ 41.01 23.94 2.72 -
YUV 113.63 68.96 224.55 -
System Red Green Blue C M Y K H S L
Decimal 249 65 9 0 0.74 0.96 0.02 14 0.95 0.51
Hex F9 41 9 0 4A 60 2 E 5F 33
Octal 371 101 11 0 112 140 2 16 137 63
Binary 11111001 1000001 1001 0 1001010 1100000 10 1110 1011111 110011

Color Harmonies of #F94109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94109

Black with #F94109

Text Example


Text Example

White with #F94109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94109; }

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

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

background-color css

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

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

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

border-color css

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

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

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