Html Css Color HEX #FC2602 Scarlet

📋 copy color: '#FC2602'

red 252 ◦ green 38 ◦ blue 2

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

Shades of Scarlet #FC2602

Tints of Scarlet #FC2602

RGB

 RED value IS 252 (98.83% from 255) = 86.3%

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

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

R = 86.3%
G = 13.01%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC2602 (or 0xFC2602) is known color: Scarlet. HEX triplet: FC, 26 and 02. RGB value is (252,38,2). Sum of RGB (Red+Green+Blue) = 252+38+2=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2602 is #03D9FD. Grayscale: #626262. Windows color (decimal): -252414 or 141052. OLE color: 141052.

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

Color convert

RGB 252 38 2 -
CMYK 0 0.85 0.99 0.01
HSL 8.64º 0.98% 0.5% -
HSV(B) 8.64º 0.99% 0.99% -
XYZ 40.85 22.09 2.17 -
YUV 97.88 73.9 237.93 -
System Red Green Blue C M Y K H S L
Decimal 252 38 2 0 0.85 0.99 0.01 8.64 0.98 0.5
Hex FC 26 2 0 55 63 1 9 62 32
Octal 374 46 2 0 125 143 1 11 142 62
Binary 11111100 100110 10 0 1010101 1100011 1 1001 1100010 110010

Color Harmonies of #FC2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2602

Black with #FC2602

Text Example


Text Example

White with #FC2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2602; }

 p { color: rgb(252,38,2); }

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

background-color css

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

 a { background-color: rgb(252,38,2); }

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

border-color css

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

 span { border-color: rgb(252,38,2); }

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