Html Css Color HEX #FCC653 Golden Tainoi

📋 copy color: '#FCC653'

red 252 ◦ green 198 ◦ blue 83

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

Shades of Golden Tainoi #FCC653

Tints of Golden Tainoi #FCC653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.57%

R = 47.28%
G = 37.15%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC653 (or 0xFCC653) is known color: Golden Tainoi. HEX triplet: FC, C6 and 53. RGB value is (252,198,83). Sum of RGB (Red+Green+Blue) = 252+198+83=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC653 is #0339AC. Grayscale: #C9C9C9. Windows color (decimal): -211373 or 5490428. OLE color: 5490428.

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

Color convert

RGB 252 198 83 -
CMYK 0 0.21 0.67 0.01
HSL 40.83º 0.97% 0.66% -
HSV(B) 40.83º 0.67% 0.99% -
XYZ 61.9 61.71 16.83 -
YUV 201.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 252 198 83 0 0.21 0.67 0.01 40.83 0.97 0.66
Hex FC C6 53 0 15 43 1 29 61 42
Octal 374 306 123 0 25 103 1 51 141 102
Binary 11111100 11000110 1010011 0 10101 1000011 1 101001 1100001 1000010

Color Harmonies of #FCC653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC653

Black with #FCC653

Text Example


Text Example

White with #FCC653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC653; }

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

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

background-color css

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

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

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

border-color css

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

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

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