#F5CC3F

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

Shades of Sunglow #F5CC3F

Tints of Sunglow #F5CC3F

Color information

#F5CC3F (or 0xF5CC3F) is unknown color: approx Sunglow. HEX triplet: F5, CC and 3F. RGB value is (245,204,63). Sum of RGB (Red+Green+Blue) = 245+204+63=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC3F is #0A33C0. Grayscale: #C8C8C8. Windows color (decimal): -668609 or 4181237. OLE color: 4181237.

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

Color convert

RGB24520463-
CMYK00.170.740.04
HSL46.48º90.1%60.39%-
HSV(B)46.48º74.29%96.08%-
XYZ60.1562.9613.68-
YUV200.1850.58159.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.85%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 63 (25% from 255) = 12.30%
R=47.85%
G=39.84%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452046300.170.740.0446.4890.160.39
HexF5CC3F0114A42e5a3c
Octal3653147702111245613274
Binary111101011100110011111101000110010101001011101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC3F; }

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

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

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

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

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

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

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

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