Html Css Color HEX #FC250C Scarlet

📋 copy color: '#FC250C'

red 252 ◦ green 37 ◦ blue 12

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

Shades of Scarlet #FC250C

Tints of Scarlet #FC250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 83.72%
G = 12.29%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC250C (or 0xFC250C) is known color: Scarlet. HEX triplet: FC, 25 and 0C. RGB value is (252,37,12). Sum of RGB (Red+Green+Blue) = 252+37+12=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC250C is #03DAF3. Grayscale: #626262. Windows color (decimal): -252660 or 796156. OLE color: 796156.

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

Color convert

RGB 252 37 12 -
CMYK 0 0.85 0.95 0.01
HSL 6.25º 0.98% 0.52% -
HSV(B) 6.25º 0.95% 0.99% -
XYZ 40.87 22.05 2.45 -
YUV 98.44 79.23 237.53 -
System Red Green Blue C M Y K H S L
Decimal 252 37 12 0 0.85 0.95 0.01 6.25 0.98 0.52
Hex FC 25 C 0 55 5F 1 6 62 34
Octal 374 45 14 0 125 137 1 6 142 64
Binary 11111100 100101 1100 0 1010101 1011111 1 110 1100010 110100

Color Harmonies of #FC250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC250C

Black with #FC250C

Text Example


Text Example

White with #FC250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC250C; }

 p { color: rgb(252,37,12); }

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

background-color css

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

 a { background-color: rgb(252,37,12); }

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

border-color css

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

 span { border-color: rgb(252,37,12); }

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