Html Css Color HEX #F94A29 Red Orange

📋 copy color: '#F94A29'

red 249 ◦ green 74 ◦ blue 41

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

Shades of Red Orange #F94A29

Tints of Red Orange #F94A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.26%

R = 68.41%
G = 20.33%
B = 11.26%

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

#F94A29 (or 0xF94A29) is known color: Red Orange. HEX triplet: F9, 4A and 29. RGB value is (249,74,41). Sum of RGB (Red+Green+Blue) = 249+74+41=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A29 is #06B5D6. Grayscale: #7A7A7A. Windows color (decimal): -439767 or 2706169. OLE color: 2706169.

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

Color convert

RGB 249 74 41 -
CMYK 0 0.70 0.84 0.02
HSL 9.52º 0.95% 0.57% -
HSV(B) 9.52º 0.84% 0.98% -
XYZ 41.92 25.2 4.75 -
YUV 122.56 81.98 218.18 -
System Red Green Blue C M Y K H S L
Decimal 249 74 41 0 0.70 0.84 0.02 9.52 0.95 0.57
Hex F9 4A 29 0 46 54 2 A 5F 39
Octal 371 112 51 0 106 124 2 12 137 71
Binary 11111001 1001010 101001 0 1000110 1010100 10 1010 1011111 111001

Color Harmonies of #F94A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A29

Black with #F94A29

Text Example


Text Example

White with #F94A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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