Html Css Color HEX #FDD52B Sunglow

📋 copy color: '#FDD52B'

red 253 ◦ green 213 ◦ blue 43

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

Shades of Sunglow #FDD52B

Tints of Sunglow #FDD52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.85%

 BLUE value IS 43 (17.19% from 255) = 8.45%

R = 49.71%
G = 41.85%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD52B (or 0xFDD52B) is known color: Sunglow. HEX triplet: FD, D5 and 2B. RGB value is (253,213,43). Sum of RGB (Red+Green+Blue) = 253+213+43=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD52B is #022AD4. Grayscale: #CECECE. Windows color (decimal): -142037 or 2872829. OLE color: 2872829.

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

Color convert

RGB 253 213 43 -
CMYK 0 0.16 0.83 0.01
HSL 48.57º 0.98% 0.58% -
HSV(B) 48.57º 0.83% 0.99% -
XYZ 64.74 68.65 12.12 -
YUV 205.58 36.25 161.82 -
System Red Green Blue C M Y K H S L
Decimal 253 213 43 0 0.16 0.83 0.01 48.57 0.98 0.58
Hex FD D5 2B 0 10 53 1 31 62 3A
Octal 375 325 53 0 20 123 1 61 142 72
Binary 11111101 11010101 101011 0 10000 1010011 1 110001 1100010 111010

Color Harmonies of #FDD52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD52B

Black with #FDD52B

Text Example


Text Example

White with #FDD52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD52B; }

 p { color: rgb(253,213,43); }

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

background-color css

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

 a { background-color: rgb(253,213,43); }

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

border-color css

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

 span { border-color: rgb(253,213,43); }

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