Html Css Color HEX #F94606 Orange Red

📋 copy color: '#F94606'

red 249 ◦ green 70 ◦ blue 6

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

Shades of Orange Red #F94606

Tints of Orange Red #F94606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 76.62%
G = 21.54%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F94606 (or 0xF94606) is known color: Orange Red. HEX triplet: F9, 46 and 06. RGB value is (249,70,6). Sum of RGB (Red+Green+Blue) = 249+70+6=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F94606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94606 is #06B9F9. Grayscale: #747474. Windows color (decimal): -440826 or 411385. OLE color: 411385.

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

Color convert

RGB 249 70 6 -
CMYK 0 0.72 0.98 0.02
HSL 15.8º 0.95% 0.5% -
HSV(B) 15.8º 0.98% 0.98% -
XYZ 41.29 24.53 2.73 -
YUV 116.23 65.8 222.7 -
System Red Green Blue C M Y K H S L
Decimal 249 70 6 0 0.72 0.98 0.02 15.8 0.95 0.5
Hex F9 46 6 0 48 62 2 10 5F 32
Octal 371 106 6 0 110 142 2 20 137 62
Binary 11111001 1000110 110 0 1001000 1100010 10 10000 1011111 110010

Color Harmonies of #F94606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94606

Black with #F94606

Text Example


Text Example

White with #F94606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94606; }

 p { color: rgb(249,70,6); }

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

background-color css

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

 a { background-color: rgb(249,70,6); }

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

border-color css

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

 span { border-color: rgb(249,70,6); }

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