Html Css Color HEX #FAC15B Golden Tainoi

📋 copy color: '#FAC15B'

red 250 ◦ green 193 ◦ blue 91

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

Shades of Golden Tainoi #FAC15B

Tints of Golden Tainoi #FAC15B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.14%

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

R = 46.82%
G = 36.14%
B = 17.04%

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

#FAC15B (or 0xFAC15B) is known color: Golden Tainoi. HEX triplet: FA, C1 and 5B. RGB value is (250,193,91). Sum of RGB (Red+Green+Blue) = 250+193+91=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC15B is #053EA4. Grayscale: #C6C6C6. Windows color (decimal): -343717 or 6013434. OLE color: 6013434.

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

Color convert

RGB 250 193 91 -
CMYK 0 0.23 0.64 0.02
HSL 38.49º 0.94% 0.67% -
HSV(B) 38.49º 0.64% 0.98% -
XYZ 60.38 59.22 18.15 -
YUV 198.42 67.38 164.79 -
System Red Green Blue C M Y K H S L
Decimal 250 193 91 0 0.23 0.64 0.02 38.49 0.94 0.67
Hex FA C1 5B 0 17 40 2 26 5E 43
Octal 372 301 133 0 27 100 2 46 136 103
Binary 11111010 11000001 1011011 0 10111 1000000 10 100110 1011110 1000011

Color Harmonies of #FAC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC15B

Black with #FAC15B

Text Example


Text Example

White with #FAC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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