Html Css Color HEX #FAC253 Golden Tainoi

📋 copy color: '#FAC253'

red 250 ◦ green 194 ◦ blue 83

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

Shades of Golden Tainoi #FAC253

Tints of Golden Tainoi #FAC253

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.81%

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

R = 47.44%
G = 36.81%
B = 15.75%

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

#FAC253 (or 0xFAC253) is known color: Golden Tainoi. HEX triplet: FA, C2 and 53. RGB value is (250,194,83). Sum of RGB (Red+Green+Blue) = 250+194+83=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC253 is #053DAC. Grayscale: #C6C6C6. Windows color (decimal): -343469 or 5489402. OLE color: 5489402.

HSL color Cylindrical-coordinate representation of color #FAC253: hue angle of 39.88º 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 #FAC253 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 83 -
CMYK 0 0.22 0.67 0.02
HSL 39.88º 0.94% 0.65% -
HSV(B) 39.88º 0.67% 0.98% -
XYZ 60.28 59.53 16.5 -
YUV 198.09 63.05 165.03 -
System Red Green Blue C M Y K H S L
Decimal 250 194 83 0 0.22 0.67 0.02 39.88 0.94 0.65
Hex FA C2 53 0 16 43 2 28 5E 41
Octal 372 302 123 0 26 103 2 50 136 101
Binary 11111010 11000010 1010011 0 10110 1000011 10 101000 1011110 1000001

Color Harmonies of #FAC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC253

Black with #FAC253

Text Example


Text Example

White with #FAC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC253; }

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

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

background-color css

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

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

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

border-color css

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

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

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