#FFCA32

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

Shades of Sunglow #FFCA32

Tints of Sunglow #FFCA32

Color information

#FFCA32 (or 0xFFCA32) is unknown color: approx Sunglow. HEX triplet: FF, CA and 32. RGB value is (255,202,50). Sum of RGB (Red+Green+Blue) = 255+202+50=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA32 is #0035CD. Grayscale: #C9C9C9. Windows color (decimal): -13774 or 3328767. OLE color: 3328767.

HSL color Cylindrical-coordinate representation of color #FFCA32: hue angle of 44.49º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFCA32 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB25520250-
CMYK00.210.800
HSL44.49º100%59.8%-
HSV(B)44.49º80.39%100%-
XYZ62.9463.7312-
YUV200.5243.06166.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 50 (19.92% from 255) = 9.86%
R=50.30%
G=39.84%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552025000.210.80044.4910059.8
HexFFCA320155002c643c
Octal3773126202512005414474
Binary1111111111001010110010010101101000001011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA32; }

 p { color: rgb(255,202,50); }

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

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

 a { background-color: rgb(255,202,50); }

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

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

 span { border-color: rgb(255,202,50); }

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