Html Css Color HEX #F03030 Red Orange

📋 copy color: '#F03030'

red 240 ◦ green 48 ◦ blue 48

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

Shades of Red Orange #F03030

Tints of Red Orange #F03030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 71.43%
G = 14.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F03030 (or 0xF03030) is known color: Red Orange. HEX triplet: F0, 30 and 30. RGB value is (240,48,48). Sum of RGB (Red+Green+Blue) = 240+48+48=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F03030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03030 is #0FCFCF. Grayscale: #696969. Windows color (decimal): -1036240 or 3158256. OLE color: 3158256.

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

Color convert

RGB 240 48 48 -
CMYK 0 0.8 0.8 0.06
HSL 0.86% 0.56% -
HSV(B) 0.8% 0.94% -
XYZ 37.53 20.85 4.84 -
YUV 105.41 95.61 224 -
System Red Green Blue C M Y K H S L
Decimal 240 48 48 0 0.8 0.8 0.06 0 0.86 0.56
Hex F0 30 30 0 50 50 6 0 56 38
Octal 360 60 60 0 120 120 6 0 126 70
Binary 11110000 110000 110000 0 1010000 1010000 110 0 1010110 111000

Color Harmonies of #F03030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03030

Black with #F03030

Text Example


Text Example

White with #F03030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03030; }

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

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

background-color css

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

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

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

border-color css

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

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

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