Html Css Color HEX #FC764B Coral

📋 copy color: '#FC764B'

red 252 ◦ green 118 ◦ blue 75

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

Shades of Coral #FC764B

Tints of Coral #FC764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.85%

R = 56.63%
G = 26.52%
B = 16.85%

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

#FC764B (or 0xFC764B) is known color: Coral. HEX triplet: FC, 76 and 4B. RGB value is (252,118,75). Sum of RGB (Red+Green+Blue) = 252+118+75=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC764B is #0389B4. Grayscale: #999999. Windows color (decimal): -231861 or 4945660. OLE color: 4945660.

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

Color convert

RGB 252 118 75 -
CMYK 0 0.53 0.70 0.01
HSL 14.58º 0.97% 0.64% -
HSV(B) 14.58º 0.7% 0.99% -
XYZ 47.89 34.16 10.73 -
YUV 153.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 252 118 75 0 0.53 0.70 0.01 14.58 0.97 0.64
Hex FC 76 4B 0 35 46 1 F 61 40
Octal 374 166 113 0 65 106 1 17 141 100
Binary 11111100 1110110 1001011 0 110101 1000110 1 1111 1100001 1000000

Color Harmonies of #FC764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC764B

Black with #FC764B

Text Example


Text Example

White with #FC764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC764B; }

 p { color: rgb(252,118,75); }

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

background-color css

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

 a { background-color: rgb(252,118,75); }

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

border-color css

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

 span { border-color: rgb(252,118,75); }

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