#FCC23F

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

Shades of Sunglow #FCC23F

Tints of Sunglow #FCC23F

Color information

#FCC23F (or 0xFCC23F) is unknown color: approx Sunglow. HEX triplet: FC, C2 and 3F. RGB value is (252,194,63). Sum of RGB (Red+Green+Blue) = 252+194+63=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC23F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC23F is #033DC0. Grayscale: #C4C4C4. Windows color (decimal): -212417 or 4178684. OLE color: 4178684.

HSL color Cylindrical-coordinate representation of color #FCC23F: hue angle of 41.59º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCC23F is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25219463-
CMYK00.230.750.01
HSL41.59º96.92%61.76%-
HSV(B)41.59º75%98.82%-
XYZ60.3359.6413.03-
YUV196.4152.72167.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.51%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 63 (25% from 255) = 12.38%
R=49.51%
G=38.11%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521946300.230.750.0141.5996.9261.76
HexFCC23F0174B12a613e
Octal3743027702711315214176
Binary1111110011000010111111010111100101111010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC23F; }

 p { color: rgb(252,194,63); }

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

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

 a { background-color: rgb(252,194,63); }

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

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

 span { border-color: rgb(252,194,63); }

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