#F5CC3A

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

Shades of Sunglow #F5CC3A

Tints of Sunglow #F5CC3A

Color information

#F5CC3A (or 0xF5CC3A) is unknown color: approx Sunglow. HEX triplet: F5, CC and 3A. RGB value is (245,204,58). Sum of RGB (Red+Green+Blue) = 245+204+58=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC3A is #0A33C5. Grayscale: #C8C8C8. Windows color (decimal): -668614 or 3853557. OLE color: 3853557.

HSL color Cylindrical-coordinate representation of color #F5CC3A: hue angle of 46.84º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5CC3A is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24520458-
CMYK00.170.760.04
HSL46.84º90.34%59.41%-
HSV(B)46.84º76.33%96.08%-
XYZ60.0162.912.98-
YUV199.6148.08160.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 58 (23.05% from 255) = 11.44%
R=48.32%
G=40.24%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452045800.170.760.0446.8490.3459.41
HexF5CC3A0114C42f5a3b
Octal3653147202111445713273
Binary111101011100110011101001000110011001001011111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC3A; }

 p { color: rgb(245,204,58); }

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

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

 a { background-color: rgb(245,204,58); }

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

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

 span { border-color: rgb(245,204,58); }

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