Html Css Color HEX #FCDB48 Energy Yellow

📋 copy color: '#FCDB48'

red 252 ◦ green 219 ◦ blue 72

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

Shades of Energy Yellow #FCDB48

Tints of Energy Yellow #FCDB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.33%

 BLUE value IS 72 (28.52% from 255) = 13.26%

R = 46.41%
G = 40.33%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCDB48 (or 0xFCDB48) is known color: Energy Yellow. HEX triplet: FC, DB and 48. RGB value is (252,219,72). Sum of RGB (Red+Green+Blue) = 252+219+72=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 72 (28.52% from 255 or 13.26% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB48 is #0324B7. Grayscale: #D4D4D4. Windows color (decimal): -206008 or 4774908. OLE color: 4774908.

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

Color convert

RGB 252 219 72 -
CMYK 0 0.13 0.71 0.01
HSL 49º 0.97% 0.64% -
HSV(B) 49º 0.71% 0.99% -
XYZ 66.65 71.83 16.48 -
YUV 212.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 252 219 72 0 0.13 0.71 0.01 49 0.97 0.64
Hex FC DB 48 0 D 47 1 31 61 40
Octal 374 333 110 0 15 107 1 61 141 100
Binary 11111100 11011011 1001000 0 1101 1000111 1 110001 1100001 1000000

Color Harmonies of #FCDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB48

Black with #FCDB48

Text Example


Text Example

White with #FCDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB48; }

 p { color: rgb(252,219,72); }

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

background-color css

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

 a { background-color: rgb(252,219,72); }

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

border-color css

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

 span { border-color: rgb(252,219,72); }

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