Html Css Color HEX #FC240B Scarlet

📋 copy color: '#FC240B'

red 252 ◦ green 36 ◦ blue 11

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

Shades of Scarlet #FC240B

Tints of Scarlet #FC240B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 84.28%
G = 12.04%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC240B (or 0xFC240B) is known color: Scarlet. HEX triplet: FC, 24 and 0B. RGB value is (252,36,11). Sum of RGB (Red+Green+Blue) = 252+36+11=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC240B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC240B is #03DBF4. Grayscale: #626262. Windows color (decimal): -252917 or 730364. OLE color: 730364.

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

Color convert

RGB 252 36 11 -
CMYK 0 0.86 0.96 0.01
HSL 6.22º 0.98% 0.52% -
HSV(B) 6.22º 0.96% 0.99% -
XYZ 40.84 21.98 2.41 -
YUV 97.73 79.06 238.03 -
System Red Green Blue C M Y K H S L
Decimal 252 36 11 0 0.86 0.96 0.01 6.22 0.98 0.52
Hex FC 24 B 0 56 60 1 6 62 34
Octal 374 44 13 0 126 140 1 6 142 64
Binary 11111100 100100 1011 0 1010110 1100000 1 110 1100010 110100

Color Harmonies of #FC240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC240B

Black with #FC240B

Text Example


Text Example

White with #FC240B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC240B; }

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

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

background-color css

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

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

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

border-color css

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

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

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