Html Css Color HEX #FC260B Scarlet

📋 copy color: '#FC260B'

red 252 ◦ green 38 ◦ blue 11

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

Shades of Scarlet #FC260B

Tints of Scarlet #FC260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 83.72%
G = 12.62%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC260B (or 0xFC260B) is known color: Scarlet. HEX triplet: FC, 26 and 0B. RGB value is (252,38,11). Sum of RGB (Red+Green+Blue) = 252+38+11=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC260B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC260B is #03D9F4. Grayscale: #636363. Windows color (decimal): -252405 or 730876. OLE color: 730876.

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

Color convert

RGB 252 38 11 -
CMYK 0 0.85 0.96 0.01
HSL 6.72º 0.98% 0.52% -
HSV(B) 6.72º 0.96% 0.99% -
XYZ 40.9 22.11 2.43 -
YUV 98.91 78.4 237.2 -
System Red Green Blue C M Y K H S L
Decimal 252 38 11 0 0.85 0.96 0.01 6.72 0.98 0.52
Hex FC 26 B 0 55 60 1 7 62 34
Octal 374 46 13 0 125 140 1 7 142 64
Binary 11111100 100110 1011 0 1010101 1100000 1 111 1100010 110100

Color Harmonies of #FC260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC260B

Black with #FC260B

Text Example


Text Example

White with #FC260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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