Html Css Color HEX #FC3402 Scarlet

📋 copy color: '#FC3402'

red 252 ◦ green 52 ◦ blue 2

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

Shades of Scarlet #FC3402

Tints of Scarlet #FC3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

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

R = 82.35%
G = 16.99%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC3402 (or 0xFC3402) is known color: Scarlet. HEX triplet: FC, 34 and 02. RGB value is (252,52,2). Sum of RGB (Red+Green+Blue) = 252+52+2=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3402 is #03CBFD. Grayscale: #6A6A6A. Windows color (decimal): -248830 or 144636. OLE color: 144636.

HSL color Cylindrical-coordinate representation of color #FC3402: hue angle of 12º 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 #FC3402 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 52 2 -
CMYK 0 0.79 0.99 0.01
HSL 12º 0.98% 0.5% -
HSV(B) 12º 0.99% 0.99% -
XYZ 41.38 23.16 2.35 -
YUV 106.1 69.26 232.07 -
System Red Green Blue C M Y K H S L
Decimal 252 52 2 0 0.79 0.99 0.01 12 0.98 0.5
Hex FC 34 2 0 4F 63 1 C 62 32
Octal 374 64 2 0 117 143 1 14 142 62
Binary 11111100 110100 10 0 1001111 1100011 1 1100 1100010 110010

Color Harmonies of #FC3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3402

Black with #FC3402

Text Example


Text Example

White with #FC3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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