Html Css Color HEX #FCDA4B Energy Yellow

📋 copy color: '#FCDA4B'

red 252 ◦ green 218 ◦ blue 75

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

Shades of Energy Yellow #FCDA4B

Tints of Energy Yellow #FCDA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

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

R = 46.24%
G = 40%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCDA4B (or 0xFCDA4B) is known color: Energy Yellow. HEX triplet: FC, DA and 4B. RGB value is (252,218,75). Sum of RGB (Red+Green+Blue) = 252+218+75=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 75 (29.69% from 255 or 13.76% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA4B is #0325B4. Grayscale: #D4D4D4. Windows color (decimal): -206261 or 4971260. OLE color: 4971260.

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

Color convert

RGB 252 218 75 -
CMYK 0 0.13 0.70 0.01
HSL 48.47º 0.97% 0.64% -
HSV(B) 48.47º 0.7% 0.99% -
XYZ 66.49 71.35 16.92 -
YUV 211.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 252 218 75 0 0.13 0.70 0.01 48.47 0.97 0.64
Hex FC DA 4B 0 D 46 1 30 61 40
Octal 374 332 113 0 15 106 1 60 141 100
Binary 11111100 11011010 1001011 0 1101 1000110 1 110000 1100001 1000000

Color Harmonies of #FCDA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA4B

Black with #FCDA4B

Text Example


Text Example

White with #FCDA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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