Html Css Color HEX #F94306 Orange Red

📋 copy color: '#F94306'

red 249 ◦ green 67 ◦ blue 6

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

Shades of Orange Red #F94306

Tints of Orange Red #F94306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

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

R = 77.33%
G = 20.81%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F94306 (or 0xF94306) is known color: Orange Red. HEX triplet: F9, 43 and 06. RGB value is (249,67,6). Sum of RGB (Red+Green+Blue) = 249+67+6=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F94306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94306 is #06BCF9. Grayscale: #727272. Windows color (decimal): -441594 or 410617. OLE color: 410617.

HSL color Cylindrical-coordinate representation of color #F94306: hue angle of 15.06º 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 #F94306 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 67 6 -
CMYK 0 0.73 0.98 0.02
HSL 15.06º 0.95% 0.5% -
HSV(B) 15.06º 0.98% 0.98% -
XYZ 41.11 24.17 2.67 -
YUV 114.46 66.8 223.96 -
System Red Green Blue C M Y K H S L
Decimal 249 67 6 0 0.73 0.98 0.02 15.06 0.95 0.5
Hex F9 43 6 0 49 62 2 F 5F 32
Octal 371 103 6 0 111 142 2 17 137 62
Binary 11111001 1000011 110 0 1001001 1100010 10 1111 1011111 110010

Color Harmonies of #F94306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94306

Black with #F94306

Text Example


Text Example

White with #F94306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94306; }

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

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

background-color css

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

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

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

border-color css

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

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

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