Html Css Color HEX #FAC05B Golden Tainoi

📋 copy color: '#FAC05B'

red 250 ◦ green 192 ◦ blue 91

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

Shades of Golden Tainoi #FAC05B

Tints of Golden Tainoi #FAC05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.07%

R = 46.9%
G = 36.02%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAC05B (or 0xFAC05B) is known color: Golden Tainoi. HEX triplet: FA, C0 and 5B. RGB value is (250,192,91). Sum of RGB (Red+Green+Blue) = 250+192+91=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC05B is #053FA4. Grayscale: #C6C6C6. Windows color (decimal): -343973 or 6013178. OLE color: 6013178.

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

Color convert

RGB 250 192 91 -
CMYK 0 0.23 0.64 0.02
HSL 38.11º 0.94% 0.67% -
HSV(B) 38.11º 0.64% 0.98% -
XYZ 60.16 58.78 18.07 -
YUV 197.83 67.72 165.21 -
System Red Green Blue C M Y K H S L
Decimal 250 192 91 0 0.23 0.64 0.02 38.11 0.94 0.67
Hex FA C0 5B 0 17 40 2 26 5E 43
Octal 372 300 133 0 27 100 2 46 136 103
Binary 11111010 11000000 1011011 0 10111 1000000 10 100110 1011110 1000011

Color Harmonies of #FAC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC05B

Black with #FAC05B

Text Example


Text Example

White with #FAC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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