Html Css Color HEX #FDDF4A Energy Yellow

📋 copy color: '#FDDF4A'

red 253 ◦ green 223 ◦ blue 74

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

Shades of Energy Yellow #FDDF4A

Tints of Energy Yellow #FDDF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.45%

R = 46%
G = 40.55%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDDF4A (or 0xFDDF4A) is known color: Energy Yellow. HEX triplet: FD, DF and 4A. RGB value is (253,223,74). Sum of RGB (Red+Green+Blue) = 253+223+74=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 74 (29.30% from 255 or 13.45% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF4A is #0220B5. Grayscale: #D7D7D7. Windows color (decimal): -139446 or 4907005. OLE color: 4907005.

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

Color convert

RGB 253 223 74 -
CMYK 0 0.12 0.71 0.01
HSL 49.94º 0.98% 0.64% -
HSV(B) 49.94º 0.71% 0.99% -
XYZ 68.13 74.15 17.2 -
YUV 214.98 48.44 155.12 -
System Red Green Blue C M Y K H S L
Decimal 253 223 74 0 0.12 0.71 0.01 49.94 0.98 0.64
Hex FD DF 4A 0 C 47 1 32 62 40
Octal 375 337 112 0 14 107 1 62 142 100
Binary 11111101 11011111 1001010 0 1100 1000111 1 110010 1100010 1000000

Color Harmonies of #FDDF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF4A

Black with #FDDF4A

Text Example


Text Example

White with #FDDF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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