Html Css Color HEX #FC614A Tomato

📋 copy color: '#FC614A'

red 252 ◦ green 97 ◦ blue 74

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

Shades of Tomato #FC614A

Tints of Tomato #FC614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

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

R = 59.57%
G = 22.93%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC614A (or 0xFC614A) is known color: Tomato. HEX triplet: FC, 61 and 4A. RGB value is (252,97,74). Sum of RGB (Red+Green+Blue) = 252+97+74=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC614A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC614A is #039EB5. Grayscale: #8C8C8C. Windows color (decimal): -237238 or 4874748. OLE color: 4874748.

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

Color convert

RGB 252 97 74 -
CMYK 0 0.62 0.71 0.01
HSL 7.75º 0.97% 0.64% -
HSV(B) 7.75º 0.71% 0.99% -
XYZ 45.66 29.74 9.81 -
YUV 140.72 90.35 207.37 -
System Red Green Blue C M Y K H S L
Decimal 252 97 74 0 0.62 0.71 0.01 7.75 0.97 0.64
Hex FC 61 4A 0 3E 47 1 8 61 40
Octal 374 141 112 0 76 107 1 10 141 100
Binary 11111100 1100001 1001010 0 111110 1000111 1 1000 1100001 1000000

Color Harmonies of #FC614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC614A

Black with #FC614A

Text Example


Text Example

White with #FC614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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