Html Css Color HEX #FCC55B Golden Tainoi

📋 copy color: '#FCC55B'

red 252 ◦ green 197 ◦ blue 91

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

Shades of Golden Tainoi #FCC55B

Tints of Golden Tainoi #FCC55B

RGB

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

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

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

R = 46.67%
G = 36.48%
B = 16.85%

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

#FCC55B (or 0xFCC55B) is known color: Golden Tainoi. HEX triplet: FC, C5 and 5B. RGB value is (252,197,91). Sum of RGB (Red+Green+Blue) = 252+197+91=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC55B is #033AA4. Grayscale: #C9C9C9. Windows color (decimal): -211621 or 6014460. OLE color: 6014460.

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

Color convert

RGB 252 197 91 -
CMYK 0 0.22 0.64 0.01
HSL 39.5º 0.96% 0.67% -
HSV(B) 39.5º 0.64% 0.99% -
XYZ 62 61.38 18.48 -
YUV 201.36 65.72 164.12 -
System Red Green Blue C M Y K H S L
Decimal 252 197 91 0 0.22 0.64 0.01 39.5 0.96 0.67
Hex FC C5 5B 0 16 40 1 28 60 43
Octal 374 305 133 0 26 100 1 50 140 103
Binary 11111100 11000101 1011011 0 10110 1000000 1 101000 1100000 1000011

Color Harmonies of #FCC55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC55B

Black with #FCC55B

Text Example


Text Example

White with #FCC55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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