#FDCA2E

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

Shades of Sunglow #FDCA2E

Tints of Sunglow #FDCA2E

Color information

#FDCA2E (or 0xFDCA2E) is unknown color: approx Sunglow. HEX triplet: FD, CA and 2E. RGB value is (253,202,46). Sum of RGB (Red+Green+Blue) = 253+202+46=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCA2E is #0235D1. Grayscale: #C8C8C8. Windows color (decimal): -144850 or 3066621. OLE color: 3066621.

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

Color convert

RGB25320246-
CMYK00.200.820.01
HSL45.22º98.1%58.63%-
HSV(B)45.22º81.82%99.22%-
XYZ62.1263.3211.53-
YUV199.4641.4166.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.50%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 46 (18.36% from 255) = 9.18%
R=50.50%
G=40.32%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532024600.200.820.0145.2298.158.63
HexFDCA2E0145212d623b
Octal3753125602412215514273
Binary1111110111001010101110010100101001011011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCA2E; }

 p { color: rgb(253,202,46); }

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

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

 a { background-color: rgb(253,202,46); }

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

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

 span { border-color: rgb(253,202,46); }

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