Html Css Color HEX #FDD32F Sunglow

📋 copy color: '#FDD32F'

red 253 ◦ green 211 ◦ blue 47

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

Shades of Sunglow #FDD32F

Tints of Sunglow #FDD32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.2%

R = 49.51%
G = 41.29%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDD32F (or 0xFDD32F) is known color: Sunglow. HEX triplet: FD, D3 and 2F. RGB value is (253,211,47). Sum of RGB (Red+Green+Blue) = 253+211+47=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD32F is #022CD0. Grayscale: #CDCDCD. Windows color (decimal): -142545 or 3134461. OLE color: 3134461.

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

Color convert

RGB 253 211 47 -
CMYK 0 0.17 0.81 0.01
HSL 47.77º 0.98% 0.59% -
HSV(B) 47.77º 0.81% 0.99% -
XYZ 64.32 67.68 12.36 -
YUV 204.86 38.91 162.34 -
System Red Green Blue C M Y K H S L
Decimal 253 211 47 0 0.17 0.81 0.01 47.77 0.98 0.59
Hex FD D3 2F 0 11 51 1 30 62 3B
Octal 375 323 57 0 21 121 1 60 142 73
Binary 11111101 11010011 101111 0 10001 1010001 1 110000 1100010 111011

Color Harmonies of #FDD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD32F

Black with #FDD32F

Text Example


Text Example

White with #FDD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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