Html Css Color HEX #FCC64B Golden Tainoi

📋 copy color: '#FCC64B'

red 252 ◦ green 198 ◦ blue 75

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

Shades of Golden Tainoi #FCC64B

Tints of Golden Tainoi #FCC64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.29%

R = 48%
G = 37.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCC64B (or 0xFCC64B) is known color: Golden Tainoi. HEX triplet: FC, C6 and 4B. RGB value is (252,198,75). Sum of RGB (Red+Green+Blue) = 252+198+75=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC64B is #0339B4. Grayscale: #C8C8C8. Windows color (decimal): -211381 or 4966140. OLE color: 4966140.

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

Color convert

RGB 252 198 75 -
CMYK 0 0.21 0.70 0.01
HSL 41.69º 0.97% 0.64% -
HSV(B) 41.69º 0.7% 0.99% -
XYZ 61.61 61.59 15.3 -
YUV 200.12 57.39 165 -
System Red Green Blue C M Y K H S L
Decimal 252 198 75 0 0.21 0.70 0.01 41.69 0.97 0.64
Hex FC C6 4B 0 15 46 1 2A 61 40
Octal 374 306 113 0 25 106 1 52 141 100
Binary 11111100 11000110 1001011 0 10101 1000110 1 101010 1100001 1000000

Color Harmonies of #FCC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC64B

Black with #FCC64B

Text Example


Text Example

White with #FCC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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