Html Css Color HEX #FC280E Scarlet

📋 copy color: '#FC280E'

red 252 ◦ green 40 ◦ blue 14

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

Shades of Scarlet #FC280E

Tints of Scarlet #FC280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 82.35%
G = 13.07%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC280E (or 0xFC280E) is known color: Scarlet. HEX triplet: FC, 28 and 0E. RGB value is (252,40,14). Sum of RGB (Red+Green+Blue) = 252+40+14=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC280E is #03D7F1. Grayscale: #646464. Windows color (decimal): -251890 or 927996. OLE color: 927996.

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

Color convert

RGB 252 40 14 -
CMYK 0 0.84 0.94 0.01
HSL 6.55º 0.98% 0.52% -
HSV(B) 6.55º 0.94% 0.99% -
XYZ 40.98 22.24 2.55 -
YUV 100.42 79.24 236.11 -
System Red Green Blue C M Y K H S L
Decimal 252 40 14 0 0.84 0.94 0.01 6.55 0.98 0.52
Hex FC 28 E 0 54 5E 1 7 62 34
Octal 374 50 16 0 124 136 1 7 142 64
Binary 11111100 101000 1110 0 1010100 1011110 1 111 1100010 110100

Color Harmonies of #FC280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC280E

Black with #FC280E

Text Example


Text Example

White with #FC280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC280E; }

 p { color: rgb(252,40,14); }

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

background-color css

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

 a { background-color: rgb(252,40,14); }

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

border-color css

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

 span { border-color: rgb(252,40,14); }

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