Html Css Color HEX #F02600 Scarlet

📋 copy color: '#F02600'

red 240 ◦ green 38 ◦ blue 0

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

Shades of Scarlet #F02600

Tints of Scarlet #F02600

RGB

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

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

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

R = 86.33%
G = 13.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F02600 (or 0xF02600) is known color: Scarlet. HEX triplet: F0, 26 and 00. RGB value is (240,38,0). Sum of RGB (Red+Green+Blue) = 240+38+0=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F02600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02600 is #0FD9FF. Grayscale: #5E5E5E. Windows color (decimal): -1038848 or 9968. OLE color: 9968.

HSL color Cylindrical-coordinate representation of color #F02600: hue angle of 9.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 #F02600 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 38 0 -
CMYK 0 0.84 1 0.06
HSL 9.5º 1% 0.47% -
HSV(B) 9.5º 1% 0.94% -
XYZ 36.63 19.91 1.91 -
YUV 94.07 74.92 232.09 -
System Red Green Blue C M Y K H S L
Decimal 240 38 0 0 0.84 1 0.06 9.5 1 0.47
Hex F0 26 0 0 54 64 6 A 64 2F
Octal 360 46 0 0 124 144 6 12 144 57
Binary 11110000 100110 0 0 1010100 1100100 110 1010 1100100 101111

Color Harmonies of #F02600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02600

Black with #F02600

Text Example


Text Example

White with #F02600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02600; }

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

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

background-color css

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

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

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

border-color css

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

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

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