Html Css Color HEX #FAC155 Golden Tainoi

📋 copy color: '#FAC155'

red 250 ◦ green 193 ◦ blue 85

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

Shades of Golden Tainoi #FAC155

Tints of Golden Tainoi #FAC155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.1%

R = 47.35%
G = 36.55%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAC155 (or 0xFAC155) is known color: Golden Tainoi. HEX triplet: FA, C1 and 55. RGB value is (250,193,85). Sum of RGB (Red+Green+Blue) = 250+193+85=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC155 is #053EAA. Grayscale: #C6C6C6. Windows color (decimal): -343723 or 5620218. OLE color: 5620218.

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

Color convert

RGB 250 193 85 -
CMYK 0 0.23 0.66 0.02
HSL 39.27º 0.94% 0.66% -
HSV(B) 39.27º 0.66% 0.98% -
XYZ 60.13 59.12 16.84 -
YUV 197.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 250 193 85 0 0.23 0.66 0.02 39.27 0.94 0.66
Hex FA C1 55 0 17 42 2 27 5E 42
Octal 372 301 125 0 27 102 2 47 136 102
Binary 11111010 11000001 1010101 0 10111 1000010 10 100111 1011110 1000010

Color Harmonies of #FAC155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC155

Black with #FAC155

Text Example


Text Example

White with #FAC155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC155; }

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

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

background-color css

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

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

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

border-color css

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

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

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