Html Css Color HEX #FC290F Scarlet

📋 copy color: '#FC290F'

red 252 ◦ green 41 ◦ blue 15

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

Shades of Scarlet #FC290F

Tints of Scarlet #FC290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 81.82%
G = 13.31%
B = 4.87%

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

#FC290F (or 0xFC290F) is known color: Scarlet. HEX triplet: FC, 29 and 0F. RGB value is (252,41,15). Sum of RGB (Red+Green+Blue) = 252+41+15=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC290F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC290F is #03D6F0. Grayscale: #656565. Windows color (decimal): -251633 or 993788. OLE color: 993788.

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

Color convert

RGB 252 41 15 -
CMYK 0 0.84 0.94 0.01
HSL 6.58º 0.98% 0.52% -
HSV(B) 6.58º 0.94% 0.99% -
XYZ 41.02 22.32 2.6 -
YUV 101.13 79.4 235.61 -
System Red Green Blue C M Y K H S L
Decimal 252 41 15 0 0.84 0.94 0.01 6.58 0.98 0.52
Hex FC 29 F 0 54 5E 1 7 62 34
Octal 374 51 17 0 124 136 1 7 142 64
Binary 11111100 101001 1111 0 1010100 1011110 1 111 1100010 110100

Color Harmonies of #FC290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC290F

Black with #FC290F

Text Example


Text Example

White with #FC290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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