Html Css Color HEX #F94229 Red Orange

📋 copy color: '#F94229'

red 249 ◦ green 66 ◦ blue 41

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

Shades of Red Orange #F94229

Tints of Red Orange #F94229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.54%

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

R = 69.94%
G = 18.54%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F94229 (or 0xF94229) is known color: Red Orange. HEX triplet: F9, 42 and 29. RGB value is (249,66,41). Sum of RGB (Red+Green+Blue) = 249+66+41=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F94229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94229 is #06BDD6. Grayscale: #767676. Windows color (decimal): -441815 or 2704121. OLE color: 2704121.

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

Color convert

RGB 249 66 41 -
CMYK 0 0.73 0.84 0.02
HSL 7.21º 0.95% 0.57% -
HSV(B) 7.21º 0.84% 0.98% -
XYZ 41.42 24.2 4.59 -
YUV 117.87 84.63 221.53 -
System Red Green Blue C M Y K H S L
Decimal 249 66 41 0 0.73 0.84 0.02 7.21 0.95 0.57
Hex F9 42 29 0 49 54 2 7 5F 39
Octal 371 102 51 0 111 124 2 7 137 71
Binary 11111001 1000010 101001 0 1001001 1010100 10 111 1011111 111001

Color Harmonies of #F94229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94229

Black with #F94229

Text Example


Text Example

White with #F94229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94229; }

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

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

background-color css

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

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

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

border-color css

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

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

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