Html Css Color HEX #FCC35A Golden Tainoi

📋 copy color: '#FCC35A'

red 252 ◦ green 195 ◦ blue 90

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

Shades of Golden Tainoi #FCC35A

Tints of Golden Tainoi #FCC35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.76%

R = 46.93%
G = 36.31%
B = 16.76%

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

#FCC35A (or 0xFCC35A) is known color: Golden Tainoi. HEX triplet: FC, C3 and 5A. RGB value is (252,195,90). Sum of RGB (Red+Green+Blue) = 252+195+90=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC35A is #033CA5. Grayscale: #C8C8C8. Windows color (decimal): -212134 or 5948412. OLE color: 5948412.

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

Color convert

RGB 252 195 90 -
CMYK 0 0.23 0.64 0.01
HSL 38.89º 0.96% 0.67% -
HSV(B) 38.89º 0.64% 0.99% -
XYZ 61.51 60.46 18.1 -
YUV 200.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 252 195 90 0 0.23 0.64 0.01 38.89 0.96 0.67
Hex FC C3 5A 0 17 40 1 27 60 43
Octal 374 303 132 0 27 100 1 47 140 103
Binary 11111100 11000011 1011010 0 10111 1000000 1 100111 1100000 1000011

Color Harmonies of #FCC35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC35A

Black with #FCC35A

Text Example


Text Example

White with #FCC35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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