Html Css Color HEX #FDD642 Energy Yellow

📋 copy color: '#FDD642'

red 253 ◦ green 214 ◦ blue 66

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

Shades of Energy Yellow #FDD642

Tints of Energy Yellow #FDD642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.38%

R = 47.47%
G = 40.15%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDD642 (or 0xFDD642) is known color: Energy Yellow. HEX triplet: FD, D6 and 42. RGB value is (253,214,66). Sum of RGB (Red+Green+Blue) = 253+214+66=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 66 (26.17% from 255 or 12.38% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD642 is #0229BD. Grayscale: #D1D1D1. Windows color (decimal): -141758 or 4380413. OLE color: 4380413.

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

Color convert

RGB 253 214 66 -
CMYK 0 0.15 0.74 0.01
HSL 47.49º 0.98% 0.63% -
HSV(B) 47.49º 0.74% 0.99% -
XYZ 65.54 69.37 15.09 -
YUV 208.79 47.42 159.53 -
System Red Green Blue C M Y K H S L
Decimal 253 214 66 0 0.15 0.74 0.01 47.49 0.98 0.63
Hex FD D6 42 0 F 4A 1 2F 62 3F
Octal 375 326 102 0 17 112 1 57 142 77
Binary 11111101 11010110 1000010 0 1111 1001010 1 101111 1100010 111111

Color Harmonies of #FDD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD642

Black with #FDD642

Text Example


Text Example

White with #FDD642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD642; }

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

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

background-color css

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

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

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

border-color css

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

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

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