Html Css Color HEX #F94021 Red Orange

📋 copy color: '#F94021'

red 249 ◦ green 64 ◦ blue 33

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

Shades of Red Orange #F94021

Tints of Red Orange #F94021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

 BLUE value IS 33 (13.28% from 255) = 9.54%

R = 71.97%
G = 18.5%
B = 9.54%

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

#F94021 (or 0xF94021) is known color: Red Orange. HEX triplet: F9, 40 and 21. RGB value is (249,64,33). Sum of RGB (Red+Green+Blue) = 249+64+33=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F94021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94021 is #06BFDE. Grayscale: #747474. Windows color (decimal): -442335 or 2179321. OLE color: 2179321.

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

Color convert

RGB 249 64 33 -
CMYK 0 0.74 0.87 0.02
HSL 8.61º 0.95% 0.55% -
HSV(B) 8.61º 0.87% 0.98% -
XYZ 41.17 23.92 3.89 -
YUV 115.78 81.29 223.02 -
System Red Green Blue C M Y K H S L
Decimal 249 64 33 0 0.74 0.87 0.02 8.61 0.95 0.55
Hex F9 40 21 0 4A 57 2 9 5F 37
Octal 371 100 41 0 112 127 2 11 137 67
Binary 11111001 1000000 100001 0 1001010 1010111 10 1001 1011111 110111

Color Harmonies of #F94021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94021

Black with #F94021

Text Example


Text Example

White with #F94021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94021; }

 p { color: rgb(249,64,33); }

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

background-color css

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

 a { background-color: rgb(249,64,33); }

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

border-color css

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

 span { border-color: rgb(249,64,33); }

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