Html Css Color HEX #FC704A Tomato

📋 copy color: '#FC704A'

red 252 ◦ green 112 ◦ blue 74

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

Shades of Tomato #FC704A

Tints of Tomato #FC704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 57.53%
G = 25.57%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC704A (or 0xFC704A) is known color: Tomato. HEX triplet: FC, 70 and 4A. RGB value is (252,112,74). Sum of RGB (Red+Green+Blue) = 252+112+74=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC704A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC704A is #038FB5. Grayscale: #959595. Windows color (decimal): -233398 or 4878588. OLE color: 4878588.

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

Color convert

RGB 252 112 74 -
CMYK 0 0.56 0.71 0.01
HSL 12.81º 0.97% 0.64% -
HSV(B) 12.81º 0.71% 0.99% -
XYZ 47.18 32.78 10.32 -
YUV 149.53 85.38 201.09 -
System Red Green Blue C M Y K H S L
Decimal 252 112 74 0 0.56 0.71 0.01 12.81 0.97 0.64
Hex FC 70 4A 0 38 47 1 D 61 40
Octal 374 160 112 0 70 107 1 15 141 100
Binary 11111100 1110000 1001010 0 111000 1000111 1 1101 1100001 1000000

Color Harmonies of #FC704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC704A

Black with #FC704A

Text Example


Text Example

White with #FC704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC704A; }

 p { color: rgb(252,112,74); }

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

background-color css

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

 a { background-color: rgb(252,112,74); }

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

border-color css

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

 span { border-color: rgb(252,112,74); }

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