Html Css Color HEX #FCC65A Golden Tainoi

📋 copy color: '#FCC65A'

red 252 ◦ green 198 ◦ blue 90

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

Shades of Golden Tainoi #FCC65A

Tints of Golden Tainoi #FCC65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.67%

R = 46.67%
G = 36.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCC65A (or 0xFCC65A) is known color: Golden Tainoi. HEX triplet: FC, C6 and 5A. RGB value is (252,198,90). Sum of RGB (Red+Green+Blue) = 252+198+90=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC65A is #0339A5. Grayscale: #CACACA. Windows color (decimal): -211366 or 5949180. OLE color: 5949180.

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

Color convert

RGB 252 198 90 -
CMYK 0 0.21 0.64 0.01
HSL 40º 0.96% 0.67% -
HSV(B) 40º 0.64% 0.99% -
XYZ 62.18 61.82 18.33 -
YUV 201.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 252 198 90 0 0.21 0.64 0.01 40 0.96 0.67
Hex FC C6 5A 0 15 40 1 28 60 43
Octal 374 306 132 0 25 100 1 50 140 103
Binary 11111100 11000110 1011010 0 10101 1000000 1 101000 1100000 1000011

Color Harmonies of #FCC65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC65A

Black with #FCC65A

Text Example


Text Example

White with #FCC65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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