Html Css Color HEX #F03020 Red Orange

📋 copy color: '#F03020'

red 240 ◦ green 48 ◦ blue 32

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

Shades of Red Orange #F03020

Tints of Red Orange #F03020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

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

R = 75%
G = 15%
B = 10%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F03020 (or 0xF03020) is known color: Red Orange. HEX triplet: F0, 30 and 20. RGB value is (240,48,32). Sum of RGB (Red+Green+Blue) = 240+48+32=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F03020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03020 is #0FCFDF. Grayscale: #676767. Windows color (decimal): -1036256 or 2109680. OLE color: 2109680.

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

Color convert

RGB 240 48 32 -
CMYK 0 0.8 0.87 0.06
HSL 4.62º 0.87% 0.53% -
HSV(B) 4.62º 0.87% 0.94% -
XYZ 37.25 20.74 3.41 -
YUV 103.58 87.61 225.3 -
System Red Green Blue C M Y K H S L
Decimal 240 48 32 0 0.8 0.87 0.06 4.62 0.87 0.53
Hex F0 30 20 0 50 57 6 5 57 35
Octal 360 60 40 0 120 127 6 5 127 65
Binary 11110000 110000 100000 0 1010000 1010111 110 101 1010111 110101

Color Harmonies of #F03020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03020

Black with #F03020

Text Example


Text Example

White with #F03020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03020; }

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

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

background-color css

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

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

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

border-color css

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

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

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