Html Css Color HEX #FCD750 Energy Yellow

📋 copy color: '#FCD750'

red 252 ◦ green 215 ◦ blue 80

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

Shades of Energy Yellow #FCD750

Tints of Energy Yellow #FCD750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.31%

 BLUE value IS 80 (31.64% from 255) = 14.63%

R = 46.07%
G = 39.31%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCD750 (or 0xFCD750) is known color: Energy Yellow. HEX triplet: FC, D7 and 50. RGB value is (252,215,80). Sum of RGB (Red+Green+Blue) = 252+215+80=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD750 is #0328AF. Grayscale: #D3D3D3. Windows color (decimal): -207024 or 5298172. OLE color: 5298172.

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

Color convert

RGB 252 215 80 -
CMYK 0 0.15 0.68 0.01
HSL 47.09º 0.97% 0.65% -
HSV(B) 47.09º 0.68% 0.99% -
XYZ 65.89 69.88 17.6 -
YUV 210.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 252 215 80 0 0.15 0.68 0.01 47.09 0.97 0.65
Hex FC D7 50 0 F 44 1 2F 61 41
Octal 374 327 120 0 17 104 1 57 141 101
Binary 11111100 11010111 1010000 0 1111 1000100 1 101111 1100001 1000001

Color Harmonies of #FCD750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD750

Black with #FCD750

Text Example


Text Example

White with #FCD750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD750; }

 p { color: rgb(252,215,80); }

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

background-color css

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

 a { background-color: rgb(252,215,80); }

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

border-color css

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

 span { border-color: rgb(252,215,80); }

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