Html Css Color HEX #FAC65B Golden Tainoi

📋 copy color: '#FAC65B'

red 250 ◦ green 198 ◦ blue 91

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

Shades of Golden Tainoi #FAC65B

Tints of Golden Tainoi #FAC65B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.73%

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

R = 46.38%
G = 36.73%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAC65B (or 0xFAC65B) is known color: Golden Tainoi. HEX triplet: FA, C6 and 5B. RGB value is (250,198,91). Sum of RGB (Red+Green+Blue) = 250+198+91=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC65B is #0539A4. Grayscale: #C9C9C9. Windows color (decimal): -342437 or 6014714. OLE color: 6014714.

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

Color convert

RGB 250 198 91 -
CMYK 0 0.21 0.64 0.02
HSL 40.38º 0.94% 0.67% -
HSV(B) 40.38º 0.64% 0.98% -
XYZ 61.51 61.47 18.52 -
YUV 201.35 65.73 162.7 -
System Red Green Blue C M Y K H S L
Decimal 250 198 91 0 0.21 0.64 0.02 40.38 0.94 0.67
Hex FA C6 5B 0 15 40 2 28 5E 43
Octal 372 306 133 0 25 100 2 50 136 103
Binary 11111010 11000110 1011011 0 10101 1000000 10 101000 1011110 1000011

Color Harmonies of #FAC65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC65B

Black with #FAC65B

Text Example


Text Example

White with #FAC65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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