Html Css Color HEX #F62300 Scarlet

📋 copy color: '#F62300'

red 246 ◦ green 35 ◦ blue 0

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

Shades of Scarlet #F62300

Tints of Scarlet #F62300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

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

R = 87.54%
G = 12.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F62300 (or 0xF62300) is known color: Scarlet. HEX triplet: F6, 23 and 00. RGB value is (246,35,0). Sum of RGB (Red+Green+Blue) = 246+35+0=281 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.54% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 246 - color contains mainly: red. Hex color #F62300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62300 is #09DCFF. Grayscale: #5E5E5E. Windows color (decimal): -646400 or 9206. OLE color: 9206.

HSL color Cylindrical-coordinate representation of color #F62300: hue angle of 8.54º 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 #F62300 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 35 0 -
CMYK 0 0.86 1 0.04
HSL 8.54º 1% 0.48% -
HSV(B) 8.54º 1% 0.96% -
XYZ 38.61 20.79 1.98 -
YUV 94.1 74.9 236.35 -
System Red Green Blue C M Y K H S L
Decimal 246 35 0 0 0.86 1 0.04 8.54 1 0.48
Hex F6 23 0 0 56 64 4 9 64 30
Octal 366 43 0 0 126 144 4 11 144 60
Binary 11110110 100011 0 0 1010110 1100100 100 1001 1100100 110000

Color Harmonies of #F62300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62300

Black with #F62300

Text Example


Text Example

White with #F62300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62300; }

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

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

background-color css

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

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

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

border-color css

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

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

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