Html Css Color HEX #F94022 Red Orange

📋 copy color: '#F94022'

red 249 ◦ green 64 ◦ blue 34

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

Shades of Red Orange #F94022

Tints of Red Orange #F94022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.8%

R = 71.76%
G = 18.44%
B = 9.8%

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

#F94022 (or 0xF94022) is known color: Red Orange. HEX triplet: F9, 40 and 22. RGB value is (249,64,34). Sum of RGB (Red+Green+Blue) = 249+64+34=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F94022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94022 is #06BFDD. Grayscale: #747474. Windows color (decimal): -442334 or 2244857. OLE color: 2244857.

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

Color convert

RGB 249 64 34 -
CMYK 0 0.74 0.86 0.02
HSL 8.37º 0.95% 0.55% -
HSV(B) 8.37º 0.86% 0.98% -
XYZ 41.19 23.92 3.96 -
YUV 115.9 81.79 222.94 -
System Red Green Blue C M Y K H S L
Decimal 249 64 34 0 0.74 0.86 0.02 8.37 0.95 0.55
Hex F9 40 22 0 4A 56 2 8 5F 37
Octal 371 100 42 0 112 126 2 10 137 67
Binary 11111001 1000000 100010 0 1001010 1010110 10 1000 1011111 110111

Color Harmonies of #F94022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94022

Black with #F94022

Text Example


Text Example

White with #F94022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94022; }

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

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

background-color css

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

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

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

border-color css

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

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

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