#FFC25B

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

Shades of Golden Tainoi #FFC25B

Tints of Golden Tainoi #FFC25B

Color information

#FFC25B (or 0xFFC25B) is unknown color: approx Golden Tainoi. HEX triplet: FF, C2 and 5B. RGB value is (255,194,91). Sum of RGB (Red+Green+Blue) = 255+194+91=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC25B is #003DA4. Grayscale: #C8C8C8. Windows color (decimal): -15781 or 6013695. OLE color: 6013695.

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

Color convert

RGB25519491-
CMYK00.240.640
HSL37.68º100%67.84%-
HSV(B)37.68º64.31%100%-
XYZ62.4260.618.3-
YUV200.566.21166.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 91 (35.94% from 255) = 16.85%
R=47.22%
G=35.93%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551949100.240.64037.6810067.84
HexFFC25B018400266444
Octal377302133030100046144104
Binary111111111100001010110110110001000000010011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC25B; }

 p { color: rgb(255,194,91); }

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

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

 a { background-color: rgb(255,194,91); }

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

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

 span { border-color: rgb(255,194,91); }

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