Html Css Color HEX #F03222 Red Orange

📋 copy color: '#F03222'

red 240 ◦ green 50 ◦ blue 34

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

Shades of Red Orange #F03222

Tints of Red Orange #F03222

RGB

 RED value IS 240 (94.14% from 255) = 74.07%

 GREEN value IS 50 (19.92% from 255) = 15.43%

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

R = 74.07%
G = 15.43%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F03222 (or 0xF03222) is known color: Red Orange. HEX triplet: F0, 32 and 22. RGB value is (240,50,34). Sum of RGB (Red+Green+Blue) = 240+50+34=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F03222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03222 is #0FCDDD. Grayscale: #696969. Windows color (decimal): -1035742 or 2241264. OLE color: 2241264.

HSL color Cylindrical-coordinate representation of color #F03222: hue angle of 4.66º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F03222 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 34 -
CMYK 0 0.79 0.86 0.06
HSL 4.66º 0.87% 0.54% -
HSV(B) 4.66º 0.86% 0.94% -
XYZ 37.36 20.92 3.58 -
YUV 104.99 87.95 224.3 -
System Red Green Blue C M Y K H S L
Decimal 240 50 34 0 0.79 0.86 0.06 4.66 0.87 0.54
Hex F0 32 22 0 4F 56 6 5 57 36
Octal 360 62 42 0 117 126 6 5 127 66
Binary 11110000 110010 100010 0 1001111 1010110 110 101 1010111 110110

Color Harmonies of #F03222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03222

Black with #F03222

Text Example


Text Example

White with #F03222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03222; }

 p { color: rgb(240,50,34); }

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

background-color css

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

 a { background-color: rgb(240,50,34); }

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

border-color css

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

 span { border-color: rgb(240,50,34); }

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