#ffd13b

Color #FFD13B Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FFD13B

Tints of Sunglow #FFD13B

Color information

#FFD13B (or 0xFFD13B) is unknown color: approx Sunglow. HEX triplet: FF, D1 and 3B. RGB value is (255,209,59). Sum of RGB (Red+Green+Blue) = 255+209+59=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 59 (23.44% from 255 or 11.28% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD13B is #002EC4. Grayscale: #CECECE. Windows color (decimal): -11973 or 3920383. OLE color: 3920383.

HSL color Cylindrical-coordinate representation of color #FFD13B: hue angle of 45.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFD13B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB25520959-
CMYK00.180.770
HSL45.92º100%61.57%-
HSV(B)45.92º76.86%100%-
XYZ64.8367.1813.69-
YUV205.6545.24163.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.76%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 59 (23.44% from 255) = 11.28%
R=48.76%
G=39.96%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552095900.180.77045.9210061.57
HexFFD13B0124D02e643e
Octal3773217302211505614476
Binary1111111111010001111011010010100110101011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffd13b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffd13b; }

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

 H1.HeaderClassName
 {
   color: #ffd13b;
 }
 .AnyTagClassName
 {
   color: #ffd13b;
 }
</style>
background-color css

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

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

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

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

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

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