Html Css Color HEX #FDDF46 Energy Yellow

📋 copy color: '#FDDF46'

red 253 ◦ green 223 ◦ blue 70

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

Shades of Energy Yellow #FDDF46

Tints of Energy Yellow #FDDF46

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.84%

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

R = 46.34%
G = 40.84%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDDF46 (or 0xFDDF46) is known color: Energy Yellow. HEX triplet: FD, DF and 46. RGB value is (253,223,70). Sum of RGB (Red+Green+Blue) = 253+223+70=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 70 (27.73% from 255 or 12.82% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF46 is #0220B9. Grayscale: #D7D7D7. Windows color (decimal): -139450 or 4644861. OLE color: 4644861.

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

Color convert

RGB 253 223 70 -
CMYK 0 0.12 0.72 0.01
HSL 50.16º 0.98% 0.63% -
HSV(B) 50.16º 0.72% 0.99% -
XYZ 68 74.1 16.51 -
YUV 214.53 46.44 155.44 -
System Red Green Blue C M Y K H S L
Decimal 253 223 70 0 0.12 0.72 0.01 50.16 0.98 0.63
Hex FD DF 46 0 C 48 1 32 62 3F
Octal 375 337 106 0 14 110 1 62 142 77
Binary 11111101 11011111 1000110 0 1100 1001000 1 110010 1100010 111111

Color Harmonies of #FDDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF46

Black with #FDDF46

Text Example


Text Example

White with #FDDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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