Html Css Color HEX #F94224 Red Orange

📋 copy color: '#F94224'

red 249 ◦ green 66 ◦ blue 36

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

Shades of Red Orange #F94224

Tints of Red Orange #F94224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.26%

R = 70.94%
G = 18.8%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F94224 (or 0xF94224) is known color: Red Orange. HEX triplet: F9, 42 and 24. RGB value is (249,66,36). Sum of RGB (Red+Green+Blue) = 249+66+36=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F94224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94224 is #06BDDB. Grayscale: #757575. Windows color (decimal): -441820 or 2376441. OLE color: 2376441.

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

Color convert

RGB 249 66 36 -
CMYK 0 0.73 0.86 0.02
HSL 8.45º 0.95% 0.56% -
HSV(B) 8.45º 0.86% 0.98% -
XYZ 41.33 24.16 4.15 -
YUV 117.3 82.13 221.94 -
System Red Green Blue C M Y K H S L
Decimal 249 66 36 0 0.73 0.86 0.02 8.45 0.95 0.56
Hex F9 42 24 0 49 56 2 8 5F 38
Octal 371 102 44 0 111 126 2 10 137 70
Binary 11111001 1000010 100100 0 1001001 1010110 10 1000 1011111 111000

Color Harmonies of #F94224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94224

Black with #F94224

Text Example


Text Example

White with #F94224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94224; }

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

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

background-color css

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

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

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

border-color css

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

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

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