Html Css Color HEX #FC3008 Scarlet

📋 copy color: '#FC3008'

red 252 ◦ green 48 ◦ blue 8

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

Shades of Scarlet #FC3008

Tints of Scarlet #FC3008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 8 (3.52% from 255) = 2.6%

R = 81.82%
G = 15.58%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC3008 (or 0xFC3008) is known color: Scarlet. HEX triplet: FC, 30 and 08. RGB value is (252,48,8). Sum of RGB (Red+Green+Blue) = 252+48+8=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3008 is #03CFF7. Grayscale: #686868. Windows color (decimal): -249848 or 536828. OLE color: 536828.

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

Color convert

RGB 252 48 8 -
CMYK 0 0.81 0.97 0.01
HSL 9.84º 0.98% 0.51% -
HSV(B) 9.84º 0.97% 0.99% -
XYZ 41.25 22.83 2.46 -
YUV 104.44 73.59 233.25 -
System Red Green Blue C M Y K H S L
Decimal 252 48 8 0 0.81 0.97 0.01 9.84 0.98 0.51
Hex FC 30 8 0 51 61 1 A 62 33
Octal 374 60 10 0 121 141 1 12 142 63
Binary 11111100 110000 1000 0 1010001 1100001 1 1010 1100010 110011

Color Harmonies of #FC3008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3008

Black with #FC3008

Text Example


Text Example

White with #FC3008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3008; }

 p { color: rgb(252,48,8); }

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

background-color css

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

 a { background-color: rgb(252,48,8); }

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

border-color css

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

 span { border-color: rgb(252,48,8); }

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