Html Css Color HEX #FCC25B Golden Tainoi

📋 copy color: '#FCC25B'

red 252 ◦ green 194 ◦ blue 91

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

Shades of Golden Tainoi #FCC25B

Tints of Golden Tainoi #FCC25B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.13%

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

R = 46.93%
G = 36.13%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCC25B (or 0xFCC25B) is known color: Golden Tainoi. HEX triplet: FC, C2 and 5B. RGB value is (252,194,91). Sum of RGB (Red+Green+Blue) = 252+194+91=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC25B is #033DA4. Grayscale: #C8C8C8. Windows color (decimal): -212389 or 6013692. OLE color: 6013692.

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

Color convert

RGB 252 194 91 -
CMYK 0 0.23 0.64 0.01
HSL 38.39º 0.96% 0.67% -
HSV(B) 38.39º 0.64% 0.99% -
XYZ 61.33 60.03 18.25 -
YUV 199.6 66.72 165.38 -
System Red Green Blue C M Y K H S L
Decimal 252 194 91 0 0.23 0.64 0.01 38.39 0.96 0.67
Hex FC C2 5B 0 17 40 1 26 60 43
Octal 374 302 133 0 27 100 1 46 140 103
Binary 11111100 11000010 1011011 0 10111 1000000 1 100110 1100000 1000011

Color Harmonies of #FCC25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC25B

Black with #FCC25B

Text Example


Text Example

White with #FCC25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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