Html Css Color HEX #F02A0E Scarlet

📋 copy color: '#F02A0E'

red 240 ◦ green 42 ◦ blue 14

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

Shades of Scarlet #F02A0E

Tints of Scarlet #F02A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 81.08%
G = 14.19%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F02A0E (or 0xF02A0E) is known color: Scarlet. HEX triplet: F0, 2A and 0E. RGB value is (240,42,14). Sum of RGB (Red+Green+Blue) = 240+42+14=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02A0E is #0FD5F1. Grayscale: #626262. Windows color (decimal): -1037810 or 928496. OLE color: 928496.

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

Color convert

RGB 240 42 14 -
CMYK 0 0.82 0.94 0.06
HSL 7.43º 0.89% 0.5% -
HSV(B) 7.43º 0.94% 0.94% -
XYZ 36.84 20.21 2.38 -
YUV 98.01 80.6 229.28 -
System Red Green Blue C M Y K H S L
Decimal 240 42 14 0 0.82 0.94 0.06 7.43 0.89 0.5
Hex F0 2A E 0 52 5E 6 7 59 32
Octal 360 52 16 0 122 136 6 7 131 62
Binary 11110000 101010 1110 0 1010010 1011110 110 111 1011001 110010

Color Harmonies of #F02A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A0E

Black with #F02A0E

Text Example


Text Example

White with #F02A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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