Html Css Color HEX #FD764C Coral

📋 copy color: '#FD764C'

red 253 ◦ green 118 ◦ blue 76

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

Shades of Coral #FD764C

Tints of Coral #FD764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.4%

 BLUE value IS 76 (30.08% from 255) = 17%

R = 56.6%
G = 26.4%
B = 17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD764C (or 0xFD764C) is known color: Coral. HEX triplet: FD, 76 and 4C. RGB value is (253,118,76). Sum of RGB (Red+Green+Blue) = 253+118+76=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD764C is #0289B3. Grayscale: #999999. Windows color (decimal): -166324 or 5011197. OLE color: 5011197.

HSL color Cylindrical-coordinate representation of color #FD764C: hue angle of 14.24º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD764C is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 118 76 -
CMYK 0 0.53 0.70 0.01
HSL 14.24º 0.98% 0.65% -
HSV(B) 14.24º 0.7% 0.99% -
XYZ 48.29 34.36 10.92 -
YUV 153.58 84.23 198.92 -
System Red Green Blue C M Y K H S L
Decimal 253 118 76 0 0.53 0.70 0.01 14.24 0.98 0.65
Hex FD 76 4C 0 35 46 1 E 62 41
Octal 375 166 114 0 65 106 1 16 142 101
Binary 11111101 1110110 1001100 0 110101 1000110 1 1110 1100010 1000001

Color Harmonies of #FD764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD764C

Black with #FD764C

Text Example


Text Example

White with #FD764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD764C; }

 p { color: rgb(253,118,76); }

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

background-color css

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

 a { background-color: rgb(253,118,76); }

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

border-color css

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

 span { border-color: rgb(253,118,76); }

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