Html Css Color HEX #F94124 Red Orange

📋 copy color: '#F94124'

red 249 ◦ green 65 ◦ blue 36

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

Shades of Red Orange #F94124

Tints of Red Orange #F94124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

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

R = 71.14%
G = 18.57%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F94124 (or 0xF94124) is known color: Red Orange. HEX triplet: F9, 41 and 24. RGB value is (249,65,36). Sum of RGB (Red+Green+Blue) = 249+65+36=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F94124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94124 is #06BEDB. Grayscale: #757575. Windows color (decimal): -442076 or 2376185. OLE color: 2376185.

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

Color convert

RGB 249 65 36 -
CMYK 0 0.74 0.86 0.02
HSL 8.17º 0.95% 0.56% -
HSV(B) 8.17º 0.86% 0.98% -
XYZ 41.28 24.05 4.14 -
YUV 116.71 82.46 222.36 -
System Red Green Blue C M Y K H S L
Decimal 249 65 36 0 0.74 0.86 0.02 8.17 0.95 0.56
Hex F9 41 24 0 4A 56 2 8 5F 38
Octal 371 101 44 0 112 126 2 10 137 70
Binary 11111001 1000001 100100 0 1001010 1010110 10 1000 1011111 111000

Color Harmonies of #F94124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94124

Black with #F94124

Text Example


Text Example

White with #F94124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94124; }

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

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

background-color css

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

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

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

border-color css

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

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

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