Html Css Color HEX #F02922 Red Orange

📋 copy color: '#F02922'

red 240 ◦ green 41 ◦ blue 34

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

Shades of Red Orange #F02922

Tints of Red Orange #F02922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 76.19%
G = 13.02%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F02922 (or 0xF02922) is known color: Red Orange. HEX triplet: F0, 29 and 22. RGB value is (240,41,34). Sum of RGB (Red+Green+Blue) = 240+41+34=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F02922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02922 is #0FD6DD. Grayscale: #636363. Windows color (decimal): -1038046 or 2238960. OLE color: 2238960.

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

Color convert

RGB 240 41 34 -
CMYK 0 0.83 0.86 0.06
HSL 2.04º 0.87% 0.54% -
HSV(B) 2.04º 0.86% 0.94% -
XYZ 37.02 20.23 3.47 -
YUV 99.7 90.93 228.07 -
System Red Green Blue C M Y K H S L
Decimal 240 41 34 0 0.83 0.86 0.06 2.04 0.87 0.54
Hex F0 29 22 0 53 56 6 2 57 36
Octal 360 51 42 0 123 126 6 2 127 66
Binary 11110000 101001 100010 0 1010011 1010110 110 10 1010111 110110

Color Harmonies of #F02922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02922

Black with #F02922

Text Example


Text Example

White with #F02922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02922; }

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

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

background-color css

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

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

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

border-color css

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

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

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