Html Css Color HEX #F94A28 Red Orange

📋 copy color: '#F94A28'

red 249 ◦ green 74 ◦ blue 40

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

Shades of Red Orange #F94A28

Tints of Red Orange #F94A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 68.6%
G = 20.39%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F94A28 (or 0xF94A28) is known color: Red Orange. HEX triplet: F9, 4A and 28. RGB value is (249,74,40). Sum of RGB (Red+Green+Blue) = 249+74+40=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A28 is #06B5D7. Grayscale: #7A7A7A. Windows color (decimal): -439768 or 2640633. OLE color: 2640633.

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

Color convert

RGB 249 74 40 -
CMYK 0 0.70 0.84 0.02
HSL 9.76º 0.95% 0.57% -
HSV(B) 9.76º 0.84% 0.98% -
XYZ 41.9 25.19 4.66 -
YUV 122.45 81.48 218.26 -
System Red Green Blue C M Y K H S L
Decimal 249 74 40 0 0.70 0.84 0.02 9.76 0.95 0.57
Hex F9 4A 28 0 46 54 2 A 5F 39
Octal 371 112 50 0 106 124 2 12 137 71
Binary 11111001 1001010 101000 0 1000110 1010100 10 1010 1011111 111001

Color Harmonies of #F94A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A28

Black with #F94A28

Text Example


Text Example

White with #F94A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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