Html Css Color HEX #F52605 Scarlet

📋 copy color: '#F52605'

red 245 ◦ green 38 ◦ blue 5

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

Shades of Scarlet #F52605

Tints of Scarlet #F52605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 85.07%
G = 13.19%
B = 1.74%

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

#F52605 (or 0xF52605) is known color: Scarlet. HEX triplet: F5, 26 and 05. RGB value is (245,38,5). Sum of RGB (Red+Green+Blue) = 245+38+5=288 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.07% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 245 - color contains mainly: red. Hex color #F52605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52605 is #0AD9FA. Grayscale: #606060. Windows color (decimal): -711163 or 337653. OLE color: 337653.

HSL color Cylindrical-coordinate representation of color #F52605: hue angle of 8.25º degrees, saturation: 0.96, 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 #F52605 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 38 5 -
CMYK 0 0.84 0.98 0.04
HSL 8.25º 0.96% 0.49% -
HSV(B) 8.25º 0.98% 0.96% -
XYZ 38.38 20.81 2.14 -
YUV 96.13 76.58 234.18 -
System Red Green Blue C M Y K H S L
Decimal 245 38 5 0 0.84 0.98 0.04 8.25 0.96 0.49
Hex F5 26 5 0 54 62 4 8 60 31
Octal 365 46 5 0 124 142 4 10 140 61
Binary 11110101 100110 101 0 1010100 1100010 100 1000 1100000 110001

Color Harmonies of #F52605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52605

Black with #F52605

Text Example


Text Example

White with #F52605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52605; }

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

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

background-color css

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

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

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

border-color css

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

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

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