Html Css Color HEX #FDD645 Energy Yellow

📋 copy color: '#FDD645'

red 253 ◦ green 214 ◦ blue 69

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

Shades of Energy Yellow #FDD645

Tints of Energy Yellow #FDD645

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

 BLUE value IS 69 (27.34% from 255) = 12.87%

R = 47.2%
G = 39.93%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDD645 (or 0xFDD645) is known color: Energy Yellow. HEX triplet: FD, D6 and 45. RGB value is (253,214,69). Sum of RGB (Red+Green+Blue) = 253+214+69=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 69 (27.34% from 255 or 12.87% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD645 is #0229BA. Grayscale: #D1D1D1. Windows color (decimal): -141755 or 4577021. OLE color: 4577021.

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

Color convert

RGB 253 214 69 -
CMYK 0 0.15 0.73 0.01
HSL 47.28º 0.98% 0.63% -
HSV(B) 47.28º 0.73% 0.99% -
XYZ 65.63 69.41 15.57 -
YUV 209.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 253 214 69 0 0.15 0.73 0.01 47.28 0.98 0.63
Hex FD D6 45 0 F 49 1 2F 62 3F
Octal 375 326 105 0 17 111 1 57 142 77
Binary 11111101 11010110 1000101 0 1111 1001001 1 101111 1100010 111111

Color Harmonies of #FDD645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD645

Black with #FDD645

Text Example


Text Example

White with #FDD645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD645; }

 p { color: rgb(253,214,69); }

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

background-color css

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

 a { background-color: rgb(253,214,69); }

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

border-color css

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

 span { border-color: rgb(253,214,69); }

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