Html Css Color HEX #FCC15F Golden Tainoi

📋 copy color: '#FCC15F'

red 252 ◦ green 193 ◦ blue 95

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

Shades of Golden Tainoi #FCC15F

Tints of Golden Tainoi #FCC15F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.74%

 BLUE value IS 95 (37.5% from 255) = 17.59%

R = 46.67%
G = 35.74%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCC15F (or 0xFCC15F) is known color: Golden Tainoi. HEX triplet: FC, C1 and 5F. RGB value is (252,193,95). Sum of RGB (Red+Green+Blue) = 252+193+95=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC15F is #033EA0. Grayscale: #C7C7C7. Windows color (decimal): -212641 or 6275580. OLE color: 6275580.

HSL color Cylindrical-coordinate representation of color #FCC15F: hue angle of 37.45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCC15F is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 95 -
CMYK 0 0.23 0.62 0.01
HSL 37.45º 0.96% 0.68% -
HSV(B) 37.45º 0.62% 0.99% -
XYZ 61.28 59.66 19.11 -
YUV 199.47 69.05 165.47 -
System Red Green Blue C M Y K H S L
Decimal 252 193 95 0 0.23 0.62 0.01 37.45 0.96 0.68
Hex FC C1 5F 0 17 3E 1 25 60 44
Octal 374 301 137 0 27 76 1 45 140 104
Binary 11111100 11000001 1011111 0 10111 111110 1 100101 1100000 1000100

Color Harmonies of #FCC15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC15F

Black with #FCC15F

Text Example


Text Example

White with #FCC15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC15F; }

 p { color: rgb(252,193,95); }

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

background-color css

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

 a { background-color: rgb(252,193,95); }

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

border-color css

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

 span { border-color: rgb(252,193,95); }

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