#FFC32C

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

Shades of Sunglow #FFC32C

Tints of Sunglow #FFC32C

Color information

#FFC32C (or 0xFFC32C) is unknown color: approx Sunglow. HEX triplet: FF, C3 and 2C. RGB value is (255,195,44). Sum of RGB (Red+Green+Blue) = 255+195+44=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC32C is #003CD3. Grayscale: #C4C4C4. Windows color (decimal): -15572 or 2933759. OLE color: 2933759.

HSL color Cylindrical-coordinate representation of color #FFC32C: hue angle of 42.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFC32C is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB25519544-
CMYK00.240.830
HSL42.94º100%58.63%-
HSV(B)42.94º82.75%100%-
XYZ61.2160.4710.83-
YUV195.7342.38170.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 195 (76.56% from 255) = 39.47%
BLUE value IS 44 (17.58% from 255) = 8.91%
R=51.62%
G=39.47%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551954400.240.83042.9410058.63
HexFFC32C0185302b643b
Octal3773035403012305314473
Binary1111111111000011101100011000101001101010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC32C; }

 p { color: rgb(255,195,44); }

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

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

 a { background-color: rgb(255,195,44); }

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

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

 span { border-color: rgb(255,195,44); }

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