#FFC35A

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

Shades of Golden Tainoi #FFC35A

Tints of Golden Tainoi #FFC35A

Color information

#FFC35A (or 0xFFC35A) is unknown color: approx Golden Tainoi. HEX triplet: FF, C3 and 5A. RGB value is (255,195,90). Sum of RGB (Red+Green+Blue) = 255+195+90=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC35A is #003CA5. Grayscale: #C9C9C9. Windows color (decimal): -15526 or 5948415. OLE color: 5948415.

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

Color convert

RGB25519590-
CMYK00.240.650
HSL38.18º100%67.65%-
HSV(B)38.18º64.71%100%-
XYZ62.661.0318.15-
YUV200.9765.38166.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 90 (35.55% from 255) = 16.67%
R=47.22%
G=36.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551959000.240.65038.1810067.65
HexFFC35A018410266444
Octal377303132030101046144104
Binary111111111100001110110100110001000001010011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC35A; }

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

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

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

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

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

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

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

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