Html Css Color HEX #F02622 Red Orange

📋 copy color: '#F02622'

red 240 ◦ green 38 ◦ blue 34

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

Shades of Red Orange #F02622

Tints of Red Orange #F02622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

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

R = 76.92%
G = 12.18%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F02622 (or 0xF02622) is known color: Red Orange. HEX triplet: F0, 26 and 22. RGB value is (240,38,34). Sum of RGB (Red+Green+Blue) = 240+38+34=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F02622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02622 is #0FD9DD. Grayscale: #626262. Windows color (decimal): -1038814 or 2238192. OLE color: 2238192.

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

Color convert

RGB 240 38 34 -
CMYK 0 0.84 0.86 0.06
HSL 1.17º 0.87% 0.54% -
HSV(B) 1.17º 0.86% 0.94% -
XYZ 36.92 20.03 3.43 -
YUV 97.94 91.92 229.33 -
System Red Green Blue C M Y K H S L
Decimal 240 38 34 0 0.84 0.86 0.06 1.17 0.87 0.54
Hex F0 26 22 0 54 56 6 1 57 36
Octal 360 46 42 0 124 126 6 1 127 66
Binary 11110000 100110 100010 0 1010100 1010110 110 1 1010111 110110

Color Harmonies of #F02622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02622

Black with #F02622

Text Example


Text Example

White with #F02622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02622; }

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

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

background-color css

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

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

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

border-color css

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

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

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