Html Css Color HEX #FD614A Tomato

📋 copy color: '#FD614A'

red 253 ◦ green 97 ◦ blue 74

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

Shades of Tomato #FD614A

Tints of Tomato #FD614A

RGB

 RED value IS 253 (99.22% from 255) = 59.67%

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

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

R = 59.67%
G = 22.88%
B = 17.45%

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

#FD614A (or 0xFD614A) is known color: Tomato. HEX triplet: FD, 61 and 4A. RGB value is (253,97,74). Sum of RGB (Red+Green+Blue) = 253+97+74=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD614A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD614A is #029EB5. Grayscale: #8D8D8D. Windows color (decimal): -171702 or 4874749. OLE color: 4874749.

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

Color convert

RGB 253 97 74 -
CMYK 0 0.62 0.71 0.01
HSL 7.71º 0.98% 0.64% -
HSV(B) 7.71º 0.71% 0.99% -
XYZ 46.02 29.93 9.83 -
YUV 141.02 90.18 207.87 -
System Red Green Blue C M Y K H S L
Decimal 253 97 74 0 0.62 0.71 0.01 7.71 0.98 0.64
Hex FD 61 4A 0 3E 47 1 8 62 40
Octal 375 141 112 0 76 107 1 10 142 100
Binary 11111101 1100001 1001010 0 111110 1000111 1 1000 1100010 1000000

Color Harmonies of #FD614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD614A

Black with #FD614A

Text Example


Text Example

White with #FD614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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