Html Css Color HEX #FDD440 Sunglow

📋 copy color: '#FDD440'

red 253 ◦ green 212 ◦ blue 64

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

Shades of Sunglow #FDD440

Tints of Sunglow #FDD440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 64 (25.39% from 255) = 12.1%

R = 47.83%
G = 40.08%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDD440 (or 0xFDD440) is known color: Sunglow. HEX triplet: FD, D4 and 40. RGB value is (253,212,64). Sum of RGB (Red+Green+Blue) = 253+212+64=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD440 is #022BBF. Grayscale: #D0D0D0. Windows color (decimal): -142272 or 4248829. OLE color: 4248829.

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

Color convert

RGB 253 212 64 -
CMYK 0 0.16 0.75 0.01
HSL 46.98º 0.98% 0.62% -
HSV(B) 46.98º 0.75% 0.99% -
XYZ 64.98 68.34 14.62 -
YUV 207.39 47.08 160.53 -
System Red Green Blue C M Y K H S L
Decimal 253 212 64 0 0.16 0.75 0.01 46.98 0.98 0.62
Hex FD D4 40 0 10 4B 1 2F 62 3E
Octal 375 324 100 0 20 113 1 57 142 76
Binary 11111101 11010100 1000000 0 10000 1001011 1 101111 1100010 111110

Color Harmonies of #FDD440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD440

Black with #FDD440

Text Example


Text Example

White with #FDD440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD440; }

 p { color: rgb(253,212,64); }

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

background-color css

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

 a { background-color: rgb(253,212,64); }

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

border-color css

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

 span { border-color: rgb(253,212,64); }

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