Html Css Color HEX #FCC065 Golden Tainoi

📋 copy color: '#FCC065'

red 252 ◦ green 192 ◦ blue 101

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

Shades of Golden Tainoi #FCC065

Tints of Golden Tainoi #FCC065

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.23%

 BLUE value IS 101 (39.84% from 255) = 18.53%

R = 46.24%
G = 35.23%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC065 (or 0xFCC065) is known color: Golden Tainoi. HEX triplet: FC, C0 and 65. RGB value is (252,192,101). Sum of RGB (Red+Green+Blue) = 252+192+101=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC065 is #033F9A. Grayscale: #C7C7C7. Windows color (decimal): -212891 or 6668540. OLE color: 6668540.

HSL color Cylindrical-coordinate representation of color #FCC065: hue angle of 36.16º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC065 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 101 -
CMYK 0 0.24 0.60 0.01
HSL 36.16º 0.96% 0.69% -
HSV(B) 36.16º 0.6% 0.99% -
XYZ 61.34 59.33 20.53 -
YUV 199.57 72.38 165.4 -
System Red Green Blue C M Y K H S L
Decimal 252 192 101 0 0.24 0.60 0.01 36.16 0.96 0.69
Hex FC C0 65 0 18 3C 1 24 60 45
Octal 374 300 145 0 30 74 1 44 140 105
Binary 11111100 11000000 1100101 0 11000 111100 1 100100 1100000 1000101

Color Harmonies of #FCC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC065

Black with #FCC065

Text Example


Text Example

White with #FCC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC065; }

 p { color: rgb(252,192,101); }

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

background-color css

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

 a { background-color: rgb(252,192,101); }

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

border-color css

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

 span { border-color: rgb(252,192,101); }

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