Html Css Color HEX #FAC053 Golden Tainoi

📋 copy color: '#FAC053'

red 250 ◦ green 192 ◦ blue 83

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

Shades of Golden Tainoi #FAC053

Tints of Golden Tainoi #FAC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.57%

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

R = 47.62%
G = 36.57%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAC053 (or 0xFAC053) is known color: Golden Tainoi. HEX triplet: FA, C0 and 53. RGB value is (250,192,83). Sum of RGB (Red+Green+Blue) = 250+192+83=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC053 is #053FAC. Grayscale: #C5C5C5. Windows color (decimal): -343981 or 5488890. OLE color: 5488890.

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

Color convert

RGB 250 192 83 -
CMYK 0 0.23 0.67 0.02
HSL 39.16º 0.94% 0.65% -
HSV(B) 39.16º 0.67% 0.98% -
XYZ 59.84 58.65 16.35 -
YUV 196.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 250 192 83 0 0.23 0.67 0.02 39.16 0.94 0.65
Hex FA C0 53 0 17 43 2 27 5E 41
Octal 372 300 123 0 27 103 2 47 136 101
Binary 11111010 11000000 1010011 0 10111 1000011 10 100111 1011110 1000001

Color Harmonies of #FAC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC053

Black with #FAC053

Text Example


Text Example

White with #FAC053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC053; }

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

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

background-color css

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

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

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

border-color css

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

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

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