Html Css Color HEX #F02A00 Scarlet

📋 copy color: '#F02A00'

red 240 ◦ green 42 ◦ blue 0

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

Shades of Scarlet #F02A00

Tints of Scarlet #F02A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.11%
G = 14.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F02A00 (or 0xF02A00) is known color: Scarlet. HEX triplet: F0, 2A and 00. RGB value is (240,42,0). Sum of RGB (Red+Green+Blue) = 240+42+0=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02A00 is #0FD5FF. Grayscale: #606060. Windows color (decimal): -1037824 or 10992. OLE color: 10992.

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

Color convert

RGB 240 42 0 -
CMYK 0 0.82 1 0.06
HSL 10.5º 1% 0.47% -
HSV(B) 10.5º 1% 0.94% -
XYZ 36.76 20.18 1.96 -
YUV 96.41 73.6 230.42 -
System Red Green Blue C M Y K H S L
Decimal 240 42 0 0 0.82 1 0.06 10.5 1 0.47
Hex F0 2A 0 0 52 64 6 A 64 2F
Octal 360 52 0 0 122 144 6 12 144 57
Binary 11110000 101010 0 0 1010010 1100100 110 1010 1100100 101111

Color Harmonies of #F02A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A00

Black with #F02A00

Text Example


Text Example

White with #F02A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A00; }

 p { color: rgb(240,42,0); }

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

background-color css

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

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

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

border-color css

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

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

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