Html Css Color HEX #FDD432 Sunglow

📋 copy color: '#FDD432'

red 253 ◦ green 212 ◦ blue 50

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

Shades of Sunglow #FDD432

Tints of Sunglow #FDD432

RGB

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

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

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

R = 49.13%
G = 41.17%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDD432 (or 0xFDD432) is known color: Sunglow. HEX triplet: FD, D4 and 32. RGB value is (253,212,50). Sum of RGB (Red+Green+Blue) = 253+212+50=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 50 (19.92% from 255 or 9.71% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD432 is #022BCD. Grayscale: #CECECE. Windows color (decimal): -142286 or 3331325. OLE color: 3331325.

HSL color Cylindrical-coordinate representation of color #FDD432: hue angle of 47.88º 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 #FDD432 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 212 50 -
CMYK 0 0.16 0.80 0.01
HSL 47.88º 0.98% 0.59% -
HSV(B) 47.88º 0.8% 0.99% -
XYZ 64.63 68.2 12.78 -
YUV 205.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 253 212 50 0 0.16 0.80 0.01 47.88 0.98 0.59
Hex FD D4 32 0 10 50 1 30 62 3B
Octal 375 324 62 0 20 120 1 60 142 73
Binary 11111101 11010100 110010 0 10000 1010000 1 110000 1100010 111011

Color Harmonies of #FDD432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD432

Black with #FDD432

Text Example


Text Example

White with #FDD432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD432; }

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

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

background-color css

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

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

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

border-color css

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

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

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