Html Css Color HEX #F94120 Red Orange

📋 copy color: '#F94120'

red 249 ◦ green 65 ◦ blue 32

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

Shades of Red Orange #F94120

Tints of Red Orange #F94120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 71.97%
G = 18.79%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F94120 (or 0xF94120) is known color: Red Orange. HEX triplet: F9, 41 and 20. RGB value is (249,65,32). Sum of RGB (Red+Green+Blue) = 249+65+32=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F94120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94120 is #06BEDF. Grayscale: #747474. Windows color (decimal): -442080 or 2114041. OLE color: 2114041.

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

Color convert

RGB 249 65 32 -
CMYK 0 0.74 0.87 0.02
HSL 9.12º 0.95% 0.55% -
HSV(B) 9.12º 0.87% 0.98% -
XYZ 41.22 24.02 3.83 -
YUV 116.25 80.46 222.68 -
System Red Green Blue C M Y K H S L
Decimal 249 65 32 0 0.74 0.87 0.02 9.12 0.95 0.55
Hex F9 41 20 0 4A 57 2 9 5F 37
Octal 371 101 40 0 112 127 2 11 137 67
Binary 11111001 1000001 100000 0 1001010 1010111 10 1001 1011111 110111

Color Harmonies of #F94120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94120

Black with #F94120

Text Example


Text Example

White with #F94120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94120; }

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

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

background-color css

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

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

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

border-color css

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

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

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