Html Css Color HEX #FCC34D Golden Tainoi

📋 copy color: '#FCC34D'

red 252 ◦ green 195 ◦ blue 77

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

Shades of Golden Tainoi #FCC34D

Tints of Golden Tainoi #FCC34D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.21%

 BLUE value IS 77 (30.47% from 255) = 14.69%

R = 48.09%
G = 37.21%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCC34D (or 0xFCC34D) is known color: Golden Tainoi. HEX triplet: FC, C3 and 4D. RGB value is (252,195,77). Sum of RGB (Red+Green+Blue) = 252+195+77=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC34D is #033CB2. Grayscale: #C7C7C7. Windows color (decimal): -212147 or 5096444. OLE color: 5096444.

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

Color convert

RGB 252 195 77 -
CMYK 0 0.23 0.69 0.01
HSL 40.46º 0.97% 0.65% -
HSV(B) 40.46º 0.69% 0.99% -
XYZ 61 60.26 15.44 -
YUV 198.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 252 195 77 0 0.23 0.69 0.01 40.46 0.97 0.65
Hex FC C3 4D 0 17 45 1 28 61 41
Octal 374 303 115 0 27 105 1 50 141 101
Binary 11111100 11000011 1001101 0 10111 1000101 1 101000 1100001 1000001

Color Harmonies of #FCC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC34D

Black with #FCC34D

Text Example


Text Example

White with #FCC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC34D; }

 p { color: rgb(252,195,77); }

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

background-color css

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

 a { background-color: rgb(252,195,77); }

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

border-color css

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

 span { border-color: rgb(252,195,77); }

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