#FFCA3A

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

Shades of Sunglow #FFCA3A

Tints of Sunglow #FFCA3A

Color information

#FFCA3A (or 0xFFCA3A) is unknown color: approx Sunglow. HEX triplet: FF, CA and 3A. RGB value is (255,202,58). Sum of RGB (Red+Green+Blue) = 255+202+58=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 58 (23.05% from 255 or 11.26% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA3A is #0035C5. Grayscale: #CACACA. Windows color (decimal): -13766 or 3853055. OLE color: 3853055.

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

Color convert

RGB25520258-
CMYK00.210.770
HSL43.86º100%61.37%-
HSV(B)43.86º77.25%100%-
XYZ63.1263.8112.99-
YUV201.4347.06166.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 58 (23.05% from 255) = 11.26%
R=49.51%
G=39.22%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552025800.210.77043.8610061.37
HexFFCA3A0154D02c643d
Octal3773127202511505414475
Binary1111111111001010111010010101100110101011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA3A; }

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

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

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

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

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

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

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

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