Html Css Color HEX #F62400 Scarlet

📋 copy color: '#F62400'

red 246 ◦ green 36 ◦ blue 0

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

Shades of Scarlet #F62400

Tints of Scarlet #F62400

RGB

 RED value IS 246 (96.48% from 255) = 87.23%

 GREEN value IS 36 (14.45% from 255) = 12.77%

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

R = 87.23%
G = 12.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F62400 (or 0xF62400) is known color: Scarlet. HEX triplet: F6, 24 and 00. RGB value is (246,36,0). Sum of RGB (Red+Green+Blue) = 246+36+0=282 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.23% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 246 - color contains mainly: red. Hex color #F62400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62400 is #09DBFF. Grayscale: #5F5F5F. Windows color (decimal): -646144 or 9462. OLE color: 9462.

HSL color Cylindrical-coordinate representation of color #F62400: hue angle of 8.78º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F62400 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 36 0 -
CMYK 0 0.85 1 0.04
HSL 8.78º 1% 0.48% -
HSV(B) 8.78º 1% 0.96% -
XYZ 38.64 20.85 1.99 -
YUV 94.69 74.57 235.93 -
System Red Green Blue C M Y K H S L
Decimal 246 36 0 0 0.85 1 0.04 8.78 1 0.48
Hex F6 24 0 0 55 64 4 9 64 30
Octal 366 44 0 0 125 144 4 11 144 60
Binary 11110110 100100 0 0 1010101 1100100 100 1001 1100100 110000

Color Harmonies of #F62400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62400

Black with #F62400

Text Example


Text Example

White with #F62400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62400; }

 p { color: rgb(246,36,0); }

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

background-color css

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

 a { background-color: rgb(246,36,0); }

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

border-color css

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

 span { border-color: rgb(246,36,0); }

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