Html Css Color HEX #FC270F Scarlet

📋 copy color: '#FC270F'

red 252 ◦ green 39 ◦ blue 15

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

Shades of Scarlet #FC270F

Tints of Scarlet #FC270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 82.35%
G = 12.75%
B = 4.9%

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

#FC270F (or 0xFC270F) is known color: Scarlet. HEX triplet: FC, 27 and 0F. RGB value is (252,39,15). Sum of RGB (Red+Green+Blue) = 252+39+15=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC270F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC270F is #03D8F0. Grayscale: #646464. Windows color (decimal): -252145 or 993276. OLE color: 993276.

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

Color convert

RGB 252 39 15 -
CMYK 0 0.85 0.94 0.01
HSL 6.08º 0.98% 0.52% -
HSV(B) 6.08º 0.94% 0.99% -
XYZ 40.96 22.18 2.57 -
YUV 99.95 80.07 236.45 -
System Red Green Blue C M Y K H S L
Decimal 252 39 15 0 0.85 0.94 0.01 6.08 0.98 0.52
Hex FC 27 F 0 55 5E 1 6 62 34
Octal 374 47 17 0 125 136 1 6 142 64
Binary 11111100 100111 1111 0 1010101 1011110 1 110 1100010 110100

Color Harmonies of #FC270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC270F

Black with #FC270F

Text Example


Text Example

White with #FC270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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