#FFC152

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

Shades of Golden Tainoi #FFC152

Tints of Golden Tainoi #FFC152

Color information

#FFC152 (or 0xFFC152) is unknown color: approx Golden Tainoi. HEX triplet: FF, C1 and 52. RGB value is (255,193,82). Sum of RGB (Red+Green+Blue) = 255+193+82=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC152 is #003EAD. Grayscale: #C7C7C7. Windows color (decimal): -16046 or 5423615. OLE color: 5423615.

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

Color convert

RGB25519382-
CMYK00.240.680
HSL38.5º100%66.08%-
HSV(B)38.5º67.84%100%-
XYZ61.8360.0116.31-
YUV198.8862.04168.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 82 (32.42% from 255) = 15.47%
R=48.11%
G=36.42%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551938200.240.68038.510066.08
HexFFC152018440266442
Octal377301122030104046144102
Binary111111111100000110100100110001000100010011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC152; }

 p { color: rgb(255,193,82); }

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

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

 a { background-color: rgb(255,193,82); }

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

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

 span { border-color: rgb(255,193,82); }

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