Html Css Color HEX #FCDB46 Energy Yellow

📋 copy color: '#FCDB46'

red 252 ◦ green 219 ◦ blue 70

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

Shades of Energy Yellow #FCDB46

Tints of Energy Yellow #FCDB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.94%

R = 46.58%
G = 40.48%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCDB46 (or 0xFCDB46) is known color: Energy Yellow. HEX triplet: FC, DB and 46. RGB value is (252,219,70). Sum of RGB (Red+Green+Blue) = 252+219+70=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 70 (27.73% from 255 or 12.94% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB46 is #0324B9. Grayscale: #D4D4D4. Windows color (decimal): -206010 or 4643836. OLE color: 4643836.

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

Color convert

RGB 252 219 70 -
CMYK 0 0.13 0.72 0.01
HSL 49.12º 0.97% 0.63% -
HSV(B) 49.12º 0.72% 0.99% -
XYZ 66.58 71.8 16.14 -
YUV 211.88 47.93 156.62 -
System Red Green Blue C M Y K H S L
Decimal 252 219 70 0 0.13 0.72 0.01 49.12 0.97 0.63
Hex FC DB 46 0 D 48 1 31 61 3F
Octal 374 333 106 0 15 110 1 61 141 77
Binary 11111100 11011011 1000110 0 1101 1001000 1 110001 1100001 111111

Color Harmonies of #FCDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB46

Black with #FCDB46

Text Example


Text Example

White with #FCDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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