Html Css Color HEX #FDD538 Sunglow

📋 copy color: '#FDD538'

red 253 ◦ green 213 ◦ blue 56

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

Shades of Sunglow #FDD538

Tints of Sunglow #FDD538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.73%

R = 48.47%
G = 40.8%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDD538 (or 0xFDD538) is known color: Sunglow. HEX triplet: FD, D5 and 38. RGB value is (253,213,56). Sum of RGB (Red+Green+Blue) = 253+213+56=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 56 (22.27% from 255 or 10.73% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD538 is #022AC7. Grayscale: #CFCFCF. Windows color (decimal): -142024 or 3724797. OLE color: 3724797.

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

Color convert

RGB 253 213 56 -
CMYK 0 0.16 0.78 0.01
HSL 47.82º 0.98% 0.61% -
HSV(B) 47.82º 0.78% 0.99% -
XYZ 65.02 68.76 13.59 -
YUV 207.06 42.75 160.77 -
System Red Green Blue C M Y K H S L
Decimal 253 213 56 0 0.16 0.78 0.01 47.82 0.98 0.61
Hex FD D5 38 0 10 4E 1 30 62 3D
Octal 375 325 70 0 20 116 1 60 142 75
Binary 11111101 11010101 111000 0 10000 1001110 1 110000 1100010 111101

Color Harmonies of #FDD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD538

Black with #FDD538

Text Example


Text Example

White with #FDD538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD538; }

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

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

background-color css

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

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

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

border-color css

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

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

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