Html Css Color HEX #FCC652 Golden Tainoi

📋 copy color: '#FCC652'

red 252 ◦ green 198 ◦ blue 82

#FCC652
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Tainoi #FCC652

Tints of Golden Tainoi #FCC652

RGB

 RED value IS 252 (98.83% from 255) = 47.37%

 GREEN value IS 198 (77.73% from 255) = 37.22%

 BLUE value IS 82 (32.42% from 255) = 15.41%

R = 47.37%
G = 37.22%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC652 (or 0xFCC652) is known color: Golden Tainoi. HEX triplet: FC, C6 and 52. RGB value is (252,198,82). Sum of RGB (Red+Green+Blue) = 252+198+82=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC652 is #0339AD. Grayscale: #C9C9C9. Windows color (decimal): -211374 or 5424892. OLE color: 5424892.

HSL color Cylindrical-coordinate representation of color #FCC652: hue angle of 40.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCC652 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 82 -
CMYK 0 0.21 0.67 0.01
HSL 40.94º 0.97% 0.65% -
HSV(B) 40.94º 0.67% 0.99% -
XYZ 61.86 61.69 16.63 -
YUV 200.92 60.89 164.43 -
System Red Green Blue C M Y K H S L
Decimal 252 198 82 0 0.21 0.67 0.01 40.94 0.97 0.65
Hex FC C6 52 0 15 43 1 29 61 41
Octal 374 306 122 0 25 103 1 51 141 101
Binary 11111100 11000110 1010010 0 10101 1000011 1 101001 1100001 1000001

Color Harmonies of #FCC652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC652

Black with #FCC652

Text Example


Text Example

White with #FCC652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC652; }

 p { color: rgb(252,198,82); }

 H1.HeaderClassName
 {
   color: #FCC652;
 }
 .AnyTagClassName
 {
   color: #FCC652;
 }
</style>

background-color css

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

 a { background-color: rgb(252,198,82); }

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

border-color css

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

 span { border-color: rgb(252,198,82); }

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