Html Css Color HEX #FCC65C Golden Tainoi

📋 copy color: '#FCC65C'

red 252 ◦ green 198 ◦ blue 92

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

Shades of Golden Tainoi #FCC65C

Tints of Golden Tainoi #FCC65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.97%

R = 46.49%
G = 36.53%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCC65C (or 0xFCC65C) is known color: Golden Tainoi. HEX triplet: FC, C6 and 5C. RGB value is (252,198,92). Sum of RGB (Red+Green+Blue) = 252+198+92=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC65C is #0339A3. Grayscale: #CACACA. Windows color (decimal): -211364 or 6080252. OLE color: 6080252.

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

Color convert

RGB 252 198 92 -
CMYK 0 0.21 0.63 0.01
HSL 39.75º 0.96% 0.67% -
HSV(B) 39.75º 0.63% 0.99% -
XYZ 62.27 61.86 18.78 -
YUV 202.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 252 198 92 0 0.21 0.63 0.01 39.75 0.96 0.67
Hex FC C6 5C 0 15 3F 1 28 60 43
Octal 374 306 134 0 25 77 1 50 140 103
Binary 11111100 11000110 1011100 0 10101 111111 1 101000 1100000 1000011

Color Harmonies of #FCC65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC65C

Black with #FCC65C

Text Example


Text Example

White with #FCC65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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