Html Css Color HEX #FAC353 Golden Tainoi

📋 copy color: '#FAC353'

red 250 ◦ green 195 ◦ blue 83

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

Shades of Golden Tainoi #FAC353

Tints of Golden Tainoi #FAC353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.72%

R = 47.35%
G = 36.93%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAC353 (or 0xFAC353) is known color: Golden Tainoi. HEX triplet: FA, C3 and 53. RGB value is (250,195,83). Sum of RGB (Red+Green+Blue) = 250+195+83=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC353 is #053CAC. Grayscale: #C7C7C7. Windows color (decimal): -343213 or 5489658. OLE color: 5489658.

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

Color convert

RGB 250 195 83 -
CMYK 0 0.22 0.67 0.02
HSL 40.24º 0.94% 0.65% -
HSV(B) 40.24º 0.67% 0.98% -
XYZ 60.5 59.98 16.57 -
YUV 198.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 250 195 83 0 0.22 0.67 0.02 40.24 0.94 0.65
Hex FA C3 53 0 16 43 2 28 5E 41
Octal 372 303 123 0 26 103 2 50 136 101
Binary 11111010 11000011 1010011 0 10110 1000011 10 101000 1011110 1000001

Color Harmonies of #FAC353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC353

Black with #FAC353

Text Example


Text Example

White with #FAC353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC353; }

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

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

background-color css

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

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

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

border-color css

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

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

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