Html Css Color HEX #FAC350 Golden Tainoi

📋 copy color: '#FAC350'

red 250 ◦ green 195 ◦ blue 80

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

Shades of Golden Tainoi #FAC350

Tints of Golden Tainoi #FAC350

RGB

 RED value IS 250 (98.05% from 255) = 47.62%

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

 BLUE value IS 80 (31.64% from 255) = 15.24%

R = 47.62%
G = 37.14%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAC350 (or 0xFAC350) is known color: Golden Tainoi. HEX triplet: FA, C3 and 50. RGB value is (250,195,80). Sum of RGB (Red+Green+Blue) = 250+195+80=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC350 is #053CAF. Grayscale: #C6C6C6. Windows color (decimal): -343216 or 5293050. OLE color: 5293050.

HSL color Cylindrical-coordinate representation of color #FAC350: hue angle of 40.59º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAC350 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 80 -
CMYK 0 0.22 0.68 0.02
HSL 40.59º 0.94% 0.65% -
HSV(B) 40.59º 0.68% 0.98% -
XYZ 60.39 59.93 15.97 -
YUV 198.34 61.22 164.85 -
System Red Green Blue C M Y K H S L
Decimal 250 195 80 0 0.22 0.68 0.02 40.59 0.94 0.65
Hex FA C3 50 0 16 44 2 29 5E 41
Octal 372 303 120 0 26 104 2 51 136 101
Binary 11111010 11000011 1010000 0 10110 1000100 10 101001 1011110 1000001

Color Harmonies of #FAC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC350

Black with #FAC350

Text Example


Text Example

White with #FAC350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC350; }

 p { color: rgb(250,195,80); }

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

background-color css

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

 a { background-color: rgb(250,195,80); }

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

border-color css

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

 span { border-color: rgb(250,195,80); }

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