#FDC23B

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

Shades of Sunglow #FDC23B

Tints of Sunglow #FDC23B

Color information

#FDC23B (or 0xFDC23B) is unknown color: approx Sunglow. HEX triplet: FD, C2 and 3B. RGB value is (253,194,59). Sum of RGB (Red+Green+Blue) = 253+194+59=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC23B is #023DC4. Grayscale: #C4C4C4. Windows color (decimal): -146885 or 3916541. OLE color: 3916541.

HSL color Cylindrical-coordinate representation of color #FDC23B: hue angle of 41.75º 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 #FDC23B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB25319459-
CMYK00.230.770.01
HSL41.75º97.98%61.18%-
HSV(B)41.75º76.68%99.22%-
XYZ60.5959.7812.48-
YUV196.2550.55168.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50%
GREEN value IS 194 (76.17% from 255) = 38.34%
BLUE value IS 59 (23.44% from 255) = 11.66%
R=50%
G=38.34%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531945900.230.770.0141.7597.9861.18
HexFDC23B0174D12a623d
Octal3753027302711515214275
Binary1111110111000010111011010111100110111010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC23B; }

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

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

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

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

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

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

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

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