Html Css Color HEX #FC250F Scarlet

📋 copy color: '#FC250F'

red 252 ◦ green 37 ◦ blue 15

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

Shades of Scarlet #FC250F

Tints of Scarlet #FC250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 82.89%
G = 12.17%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC250F (or 0xFC250F) is known color: Scarlet. HEX triplet: FC, 25 and 0F. RGB value is (252,37,15). Sum of RGB (Red+Green+Blue) = 252+37+15=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC250F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC250F is #03DAF0. Grayscale: #636363. Windows color (decimal): -252657 or 992764. OLE color: 992764.

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

Color convert

RGB 252 37 15 -
CMYK 0 0.85 0.94 0.01
HSL 5.57º 0.98% 0.52% -
HSV(B) 5.57º 0.94% 0.99% -
XYZ 40.89 22.05 2.55 -
YUV 98.78 80.73 237.29 -
System Red Green Blue C M Y K H S L
Decimal 252 37 15 0 0.85 0.94 0.01 5.57 0.98 0.52
Hex FC 25 F 0 55 5E 1 6 62 34
Octal 374 45 17 0 125 136 1 6 142 64
Binary 11111100 100101 1111 0 1010101 1011110 1 110 1100010 110100

Color Harmonies of #FC250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC250F

Black with #FC250F

Text Example


Text Example

White with #FC250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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