Html Css Color HEX #F94A20 Red Orange

📋 copy color: '#F94A20'

red 249 ◦ green 74 ◦ blue 32

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

Shades of Red Orange #F94A20

Tints of Red Orange #F94A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.85%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 70.14%
G = 20.85%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F94A20 (or 0xF94A20) is known color: Red Orange. HEX triplet: F9, 4A and 20. RGB value is (249,74,32). Sum of RGB (Red+Green+Blue) = 249+74+32=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A20 is #06B5DF. Grayscale: #797979. Windows color (decimal): -439776 or 2116345. OLE color: 2116345.

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

Color convert

RGB 249 74 32 -
CMYK 0 0.70 0.87 0.02
HSL 11.61º 0.95% 0.55% -
HSV(B) 11.61º 0.87% 0.98% -
XYZ 41.78 25.14 4.02 -
YUV 121.54 77.48 218.92 -
System Red Green Blue C M Y K H S L
Decimal 249 74 32 0 0.70 0.87 0.02 11.61 0.95 0.55
Hex F9 4A 20 0 46 57 2 C 5F 37
Octal 371 112 40 0 106 127 2 14 137 67
Binary 11111001 1001010 100000 0 1000110 1010111 10 1100 1011111 110111

Color Harmonies of #F94A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A20

Black with #F94A20

Text Example


Text Example

White with #F94A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A20; }

 p { color: rgb(249,74,32); }

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

background-color css

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

 a { background-color: rgb(249,74,32); }

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

border-color css

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

 span { border-color: rgb(249,74,32); }

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