Html Css Color HEX #FC100F Red

📋 copy color: '#FC100F'

red 252 ◦ green 16 ◦ blue 15

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

Shades of Red #FC100F

Tints of Red #FC100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

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

R = 89.05%
G = 5.65%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC100F (or 0xFC100F) is known color: Red. HEX triplet: FC, 10 and 0F. RGB value is (252,16,15). Sum of RGB (Red+Green+Blue) = 252+16+15=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC100F is #03EFF0. Grayscale: #565656. Windows color (decimal): -258033 or 987388. OLE color: 987388.

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

Color convert

RGB 252 16 15 -
CMYK 0 0.94 0.94 0.01
HSL 0.25º 0.98% 0.52% -
HSV(B) 0.25º 0.94% 0.99% -
XYZ 40.42 21.1 2.39 -
YUV 86.45 87.69 246.08 -
System Red Green Blue C M Y K H S L
Decimal 252 16 15 0 0.94 0.94 0.01 0.25 0.98 0.52
Hex FC 10 F 0 5E 5E 1 0 62 34
Octal 374 20 17 0 136 136 1 0 142 64
Binary 11111100 10000 1111 0 1011110 1011110 1 0 1100010 110100

Color Harmonies of #FC100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC100F

Black with #FC100F

Text Example


Text Example

White with #FC100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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