Html Css Color HEX #FDD732 Sunglow

📋 copy color: '#FDD732'

red 253 ◦ green 215 ◦ blue 50

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

Shades of Sunglow #FDD732

Tints of Sunglow #FDD732

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.51%

 BLUE value IS 50 (19.92% from 255) = 9.65%

R = 48.84%
G = 41.51%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDD732 (or 0xFDD732) is known color: Sunglow. HEX triplet: FD, D7 and 32. RGB value is (253,215,50). Sum of RGB (Red+Green+Blue) = 253+215+50=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD732 is #0228CD. Grayscale: #D0D0D0. Windows color (decimal): -141518 or 3332093. OLE color: 3332093.

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

Color convert

RGB 253 215 50 -
CMYK 0 0.15 0.80 0.01
HSL 48.77º 0.98% 0.59% -
HSV(B) 48.77º 0.8% 0.99% -
XYZ 65.38 69.71 13.03 -
YUV 207.55 39.09 160.42 -
System Red Green Blue C M Y K H S L
Decimal 253 215 50 0 0.15 0.80 0.01 48.77 0.98 0.59
Hex FD D7 32 0 F 50 1 31 62 3B
Octal 375 327 62 0 17 120 1 61 142 73
Binary 11111101 11010111 110010 0 1111 1010000 1 110001 1100010 111011

Color Harmonies of #FDD732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD732

Black with #FDD732

Text Example


Text Example

White with #FDD732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD732; }

 p { color: rgb(253,215,50); }

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

background-color css

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

 a { background-color: rgb(253,215,50); }

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

border-color css

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

 span { border-color: rgb(253,215,50); }

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