Html Css Color HEX #FCC65B Golden Tainoi

📋 copy color: '#FCC65B'

red 252 ◦ green 198 ◦ blue 91

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

Shades of Golden Tainoi #FCC65B

Tints of Golden Tainoi #FCC65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.82%

R = 46.58%
G = 36.6%
B = 16.82%

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

#FCC65B (or 0xFCC65B) is known color: Golden Tainoi. HEX triplet: FC, C6 and 5B. RGB value is (252,198,91). Sum of RGB (Red+Green+Blue) = 252+198+91=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC65B is #0339A4. Grayscale: #CACACA. Windows color (decimal): -211365 or 6014716. OLE color: 6014716.

HSL color Cylindrical-coordinate representation of color #FCC65B: hue angle of 39.88º 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 #FCC65B is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 91 -
CMYK 0 0.21 0.64 0.01
HSL 39.88º 0.96% 0.67% -
HSV(B) 39.88º 0.64% 0.99% -
XYZ 62.23 61.84 18.55 -
YUV 201.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 252 198 91 0 0.21 0.64 0.01 39.88 0.96 0.67
Hex FC C6 5B 0 15 40 1 28 60 43
Octal 374 306 133 0 25 100 1 50 140 103
Binary 11111100 11000110 1011011 0 10101 1000000 1 101000 1100000 1000011

Color Harmonies of #FCC65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC65B

Black with #FCC65B

Text Example


Text Example

White with #FCC65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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