Html Css Color HEX #FDDA46 Energy Yellow

📋 copy color: '#FDDA46'

red 253 ◦ green 218 ◦ blue 70

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

Shades of Energy Yellow #FDDA46

Tints of Energy Yellow #FDDA46

RGB

 RED value IS 253 (99.22% from 255) = 46.77%

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

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

R = 46.77%
G = 40.3%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDDA46 (or 0xFDDA46) is known color: Energy Yellow. HEX triplet: FD, DA and 46. RGB value is (253,218,70). Sum of RGB (Red+Green+Blue) = 253+218+70=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 70 (27.73% from 255 or 12.94% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA46 is #0225B9. Grayscale: #D4D4D4. Windows color (decimal): -140730 or 4643581. OLE color: 4643581.

HSL color Cylindrical-coordinate representation of color #FDDA46: hue angle of 48.52º degrees, saturation: 0.98, 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 #FDDA46 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 70 -
CMYK 0 0.14 0.72 0.01
HSL 48.52º 0.98% 0.63% -
HSV(B) 48.52º 0.72% 0.99% -
XYZ 66.68 71.47 16.07 -
YUV 211.59 48.1 157.53 -
System Red Green Blue C M Y K H S L
Decimal 253 218 70 0 0.14 0.72 0.01 48.52 0.98 0.63
Hex FD DA 46 0 E 48 1 31 62 3F
Octal 375 332 106 0 16 110 1 61 142 77
Binary 11111101 11011010 1000110 0 1110 1001000 1 110001 1100010 111111

Color Harmonies of #FDDA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA46

Black with #FDDA46

Text Example


Text Example

White with #FDDA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA46; }

 p { color: rgb(253,218,70); }

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

background-color css

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

 a { background-color: rgb(253,218,70); }

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

border-color css

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

 span { border-color: rgb(253,218,70); }

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