Html Css Color HEX #F94108 Orange Red

📋 copy color: '#F94108'

red 249 ◦ green 65 ◦ blue 8

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

Shades of Orange Red #F94108

Tints of Orange Red #F94108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 77.33%
G = 20.19%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F94108 (or 0xF94108) is known color: Orange Red. HEX triplet: F9, 41 and 08. RGB value is (249,65,8). Sum of RGB (Red+Green+Blue) = 249+65+8=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F94108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94108 is #06BEF7. Grayscale: #717171. Windows color (decimal): -442104 or 541177. OLE color: 541177.

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

Color convert

RGB 249 65 8 -
CMYK 0 0.74 0.97 0.02
HSL 14.19º 0.95% 0.5% -
HSV(B) 14.19º 0.97% 0.98% -
XYZ 41 23.94 2.69 -
YUV 113.52 68.46 224.63 -
System Red Green Blue C M Y K H S L
Decimal 249 65 8 0 0.74 0.97 0.02 14.19 0.95 0.5
Hex F9 41 8 0 4A 61 2 E 5F 32
Octal 371 101 10 0 112 141 2 16 137 62
Binary 11111001 1000001 1000 0 1001010 1100001 10 1110 1011111 110010

Color Harmonies of #F94108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94108

Black with #F94108

Text Example


Text Example

White with #F94108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94108; }

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

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

background-color css

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

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

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

border-color css

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

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

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