Html Css Color HEX #FCC55A Golden Tainoi

📋 copy color: '#FCC55A'

red 252 ◦ green 197 ◦ blue 90

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

Shades of Golden Tainoi #FCC55A

Tints of Golden Tainoi #FCC55A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.55%

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

R = 46.75%
G = 36.55%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCC55A (or 0xFCC55A) is known color: Golden Tainoi. HEX triplet: FC, C5 and 5A. RGB value is (252,197,90). Sum of RGB (Red+Green+Blue) = 252+197+90=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC55A is #033AA5. Grayscale: #C9C9C9. Windows color (decimal): -211622 or 5948924. OLE color: 5948924.

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

Color convert

RGB 252 197 90 -
CMYK 0 0.22 0.64 0.01
HSL 39.63º 0.96% 0.67% -
HSV(B) 39.63º 0.64% 0.99% -
XYZ 61.96 61.37 18.25 -
YUV 201.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 252 197 90 0 0.22 0.64 0.01 39.63 0.96 0.67
Hex FC C5 5A 0 16 40 1 28 60 43
Octal 374 305 132 0 26 100 1 50 140 103
Binary 11111100 11000101 1011010 0 10110 1000000 1 101000 1100000 1000011

Color Harmonies of #FCC55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC55A

Black with #FCC55A

Text Example


Text Example

White with #FCC55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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