Html Css Color HEX #FCC35C Golden Tainoi

📋 copy color: '#FCC35C'

red 252 ◦ green 195 ◦ blue 92

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

Shades of Golden Tainoi #FCC35C

Tints of Golden Tainoi #FCC35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.07%

R = 46.75%
G = 36.18%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCC35C (or 0xFCC35C) is known color: Golden Tainoi. HEX triplet: FC, C3 and 5C. RGB value is (252,195,92). Sum of RGB (Red+Green+Blue) = 252+195+92=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC35C is #033CA3. Grayscale: #C8C8C8. Windows color (decimal): -212132 or 6079484. OLE color: 6079484.

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

Color convert

RGB 252 195 92 -
CMYK 0 0.23 0.63 0.01
HSL 38.63º 0.96% 0.67% -
HSV(B) 38.63º 0.63% 0.99% -
XYZ 61.59 60.5 18.56 -
YUV 200.3 66.88 164.88 -
System Red Green Blue C M Y K H S L
Decimal 252 195 92 0 0.23 0.63 0.01 38.63 0.96 0.67
Hex FC C3 5C 0 17 3F 1 27 60 43
Octal 374 303 134 0 27 77 1 47 140 103
Binary 11111100 11000011 1011100 0 10111 111111 1 100111 1100000 1000011

Color Harmonies of #FCC35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC35C

Black with #FCC35C

Text Example


Text Example

White with #FCC35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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