Html Css Color HEX #F02620 Red Orange

📋 copy color: '#F02620'

red 240 ◦ green 38 ◦ blue 32

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

Shades of Red Orange #F02620

Tints of Red Orange #F02620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 77.42%
G = 12.26%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F02620 (or 0xF02620) is known color: Red Orange. HEX triplet: F0, 26 and 20. RGB value is (240,38,32). Sum of RGB (Red+Green+Blue) = 240+38+32=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F02620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02620 is #0FD9DF. Grayscale: #616161. Windows color (decimal): -1038816 or 2107120. OLE color: 2107120.

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

Color convert

RGB 240 38 32 -
CMYK 0 0.84 0.87 0.06
HSL 1.73º 0.87% 0.53% -
HSV(B) 1.73º 0.87% 0.94% -
XYZ 36.89 20.02 3.29 -
YUV 97.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 240 38 32 0 0.84 0.87 0.06 1.73 0.87 0.53
Hex F0 26 20 0 54 57 6 2 57 35
Octal 360 46 40 0 124 127 6 2 127 65
Binary 11110000 100110 100000 0 1010100 1010111 110 10 1010111 110101

Color Harmonies of #F02620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02620

Black with #F02620

Text Example


Text Example

White with #F02620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02620; }

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

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

background-color css

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

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

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

border-color css

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

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

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