Html Css Color HEX #FDD13B Sunglow

📋 copy color: '#FDD13B'

red 253 ◦ green 209 ◦ blue 59

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

Shades of Sunglow #FDD13B

Tints of Sunglow #FDD13B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

 BLUE value IS 59 (23.44% from 255) = 11.32%

R = 48.56%
G = 40.12%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDD13B (or 0xFDD13B) is known color: Sunglow. HEX triplet: FD, D1 and 3B. RGB value is (253,209,59). Sum of RGB (Red+Green+Blue) = 253+209+59=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 59 (23.44% from 255 or 11.32% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD13B is #022EC4. Grayscale: #CDCDCD. Windows color (decimal): -143045 or 3920381. OLE color: 3920381.

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

Color convert

RGB 253 209 59 -
CMYK 0 0.17 0.77 0.01
HSL 46.39º 0.98% 0.61% -
HSV(B) 46.39º 0.77% 0.99% -
XYZ 64.1 66.8 13.65 -
YUV 205.06 45.58 162.2 -
System Red Green Blue C M Y K H S L
Decimal 253 209 59 0 0.17 0.77 0.01 46.39 0.98 0.61
Hex FD D1 3B 0 11 4D 1 2E 62 3D
Octal 375 321 73 0 21 115 1 56 142 75
Binary 11111101 11010001 111011 0 10001 1001101 1 101110 1100010 111101

Color Harmonies of #FDD13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD13B

Black with #FDD13B

Text Example


Text Example

White with #FDD13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD13B; }

 p { color: rgb(253,209,59); }

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

background-color css

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

 a { background-color: rgb(253,209,59); }

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

border-color css

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

 span { border-color: rgb(253,209,59); }

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