Html Css Color HEX #FC5F42 Tomato

📋 copy color: '#FC5F42'

red 252 ◦ green 95 ◦ blue 66

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

Shades of Tomato #FC5F42

Tints of Tomato #FC5F42

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

 BLUE value IS 66 (26.17% from 255) = 15.98%

R = 61.02%
G = 23%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC5F42 (or 0xFC5F42) is known color: Tomato. HEX triplet: FC, 5F and 42. RGB value is (252,95,66). Sum of RGB (Red+Green+Blue) = 252+95+66=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5F42 is #03A0BD. Grayscale: #8A8A8A. Windows color (decimal): -237758 or 4349948. OLE color: 4349948.

HSL color Cylindrical-coordinate representation of color #FC5F42: hue angle of 9.35º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC5F42 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 95 66 -
CMYK 0 0.62 0.74 0.01
HSL 9.35º 0.97% 0.62% -
HSV(B) 9.35º 0.74% 0.99% -
XYZ 45.22 29.27 8.42 -
YUV 138.64 87.01 208.86 -
System Red Green Blue C M Y K H S L
Decimal 252 95 66 0 0.62 0.74 0.01 9.35 0.97 0.62
Hex FC 5F 42 0 3E 4A 1 9 61 3E
Octal 374 137 102 0 76 112 1 11 141 76
Binary 11111100 1011111 1000010 0 111110 1001010 1 1001 1100001 111110

Color Harmonies of #FC5F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F42

Black with #FC5F42

Text Example


Text Example

White with #FC5F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F42; }

 p { color: rgb(252,95,66); }

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

background-color css

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

 a { background-color: rgb(252,95,66); }

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

border-color css

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

 span { border-color: rgb(252,95,66); }

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