Html Css Color HEX #F52606 Scarlet

📋 copy color: '#F52606'

red 245 ◦ green 38 ◦ blue 6

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

Shades of Scarlet #F52606

Tints of Scarlet #F52606

RGB

 RED value IS 245 (96.09% from 255) = 84.78%

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 84.78%
G = 13.15%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F52606 (or 0xF52606) is known color: Scarlet. HEX triplet: F5, 26 and 06. RGB value is (245,38,6). Sum of RGB (Red+Green+Blue) = 245+38+6=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F52606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52606 is #0AD9F9. Grayscale: #606060. Windows color (decimal): -711162 or 403189. OLE color: 403189.

HSL color Cylindrical-coordinate representation of color #F52606: hue angle of 8.03º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F52606 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 38 6 -
CMYK 0 0.84 0.98 0.04
HSL 8.03º 0.95% 0.49% -
HSV(B) 8.03º 0.98% 0.96% -
XYZ 38.38 20.81 2.17 -
YUV 96.25 77.08 234.1 -
System Red Green Blue C M Y K H S L
Decimal 245 38 6 0 0.84 0.98 0.04 8.03 0.95 0.49
Hex F5 26 6 0 54 62 4 8 5F 31
Octal 365 46 6 0 124 142 4 10 137 61
Binary 11110101 100110 110 0 1010100 1100010 100 1000 1011111 110001

Color Harmonies of #F52606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52606

Black with #F52606

Text Example


Text Example

White with #F52606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52606; }

 p { color: rgb(245,38,6); }

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

background-color css

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

 a { background-color: rgb(245,38,6); }

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

border-color css

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

 span { border-color: rgb(245,38,6); }

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