#FFD13C

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

Shades of Sunglow #FFD13C

Tints of Sunglow #FFD13C

Color information

#FFD13C (or 0xFFD13C) is unknown color: approx Sunglow. HEX triplet: FF, D1 and 3C. RGB value is (255,209,60). Sum of RGB (Red+Green+Blue) = 255+209+60=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD13C is #002EC3. Grayscale: #CECECE. Windows color (decimal): -11972 or 3985919. OLE color: 3985919.

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

Color convert

RGB25520960-
CMYK00.180.760
HSL45.85º100%61.76%-
HSV(B)45.85º76.47%100%-
XYZ64.8667.1913.83-
YUV205.7745.74163.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 60 (23.83% from 255) = 11.45%
R=48.66%
G=39.89%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552096000.180.76045.8510061.76
HexFFD13C0124C02e643e
Octal3773217402211405614476
Binary1111111111010001111100010010100110001011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD13C; }

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

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

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

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

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

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

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

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