Html Css Color HEX #FDD32C Sunglow

📋 copy color: '#FDD32C'

red 253 ◦ green 211 ◦ blue 44

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

Shades of Sunglow #FDD32C

Tints of Sunglow #FDD32C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.54%

 BLUE value IS 44 (17.58% from 255) = 8.66%

R = 49.8%
G = 41.54%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD32C (or 0xFDD32C) is known color: Sunglow. HEX triplet: FD, D3 and 2C. RGB value is (253,211,44). Sum of RGB (Red+Green+Blue) = 253+211+44=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 44 (17.58% from 255 or 8.66% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD32C is #022CD3. Grayscale: #CDCDCD. Windows color (decimal): -142548 or 2937853. OLE color: 2937853.

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

Color convert

RGB 253 211 44 -
CMYK 0 0.17 0.83 0.01
HSL 47.94º 0.98% 0.58% -
HSV(B) 47.94º 0.83% 0.99% -
XYZ 64.26 67.65 12.05 -
YUV 204.52 37.41 162.58 -
System Red Green Blue C M Y K H S L
Decimal 253 211 44 0 0.17 0.83 0.01 47.94 0.98 0.58
Hex FD D3 2C 0 11 53 1 30 62 3A
Octal 375 323 54 0 21 123 1 60 142 72
Binary 11111101 11010011 101100 0 10001 1010011 1 110000 1100010 111010

Color Harmonies of #FDD32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD32C

Black with #FDD32C

Text Example


Text Example

White with #FDD32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD32C; }

 p { color: rgb(253,211,44); }

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

background-color css

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

 a { background-color: rgb(253,211,44); }

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

border-color css

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

 span { border-color: rgb(253,211,44); }

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