Html Css Color HEX #F52502 Scarlet

📋 copy color: '#F52502'

red 245 ◦ green 37 ◦ blue 2

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

Shades of Scarlet #F52502

Tints of Scarlet #F52502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 86.27%
G = 13.03%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F52502 (or 0xF52502) is known color: Scarlet. HEX triplet: F5, 25 and 02. RGB value is (245,37,2). Sum of RGB (Red+Green+Blue) = 245+37+2=284 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.27% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 245 - color contains mainly: red. Hex color #F52502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52502 is #0ADAFD. Grayscale: #5F5F5F. Windows color (decimal): -711422 or 140789. OLE color: 140789.

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

Color convert

RGB 245 37 2 -
CMYK 0 0.85 0.99 0.04
HSL 8.64º 0.98% 0.48% -
HSV(B) 8.64º 0.99% 0.96% -
XYZ 38.33 20.74 2.04 -
YUV 95.2 75.41 234.85 -
System Red Green Blue C M Y K H S L
Decimal 245 37 2 0 0.85 0.99 0.04 8.64 0.98 0.48
Hex F5 25 2 0 55 63 4 9 62 30
Octal 365 45 2 0 125 143 4 11 142 60
Binary 11110101 100101 10 0 1010101 1100011 100 1001 1100010 110000

Color Harmonies of #F52502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52502

Black with #F52502

Text Example


Text Example

White with #F52502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52502; }

 p { color: rgb(245,37,2); }

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

background-color css

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

 a { background-color: rgb(245,37,2); }

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

border-color css

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

 span { border-color: rgb(245,37,2); }

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