Html Css Color HEX #FAC154 Golden Tainoi

📋 copy color: '#FAC154'

red 250 ◦ green 193 ◦ blue 84

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

Shades of Golden Tainoi #FAC154

Tints of Golden Tainoi #FAC154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.94%

R = 47.44%
G = 36.62%
B = 15.94%

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

#FAC154 (or 0xFAC154) is known color: Golden Tainoi. HEX triplet: FA, C1 and 54. RGB value is (250,193,84). Sum of RGB (Red+Green+Blue) = 250+193+84=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC154 is #053EAB. Grayscale: #C6C6C6. Windows color (decimal): -343724 or 5554682. OLE color: 5554682.

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

Color convert

RGB 250 193 84 -
CMYK 0 0.23 0.66 0.02
HSL 39.4º 0.94% 0.65% -
HSV(B) 39.4º 0.66% 0.98% -
XYZ 60.09 59.1 16.63 -
YUV 197.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 250 193 84 0 0.23 0.66 0.02 39.4 0.94 0.65
Hex FA C1 54 0 17 42 2 27 5E 41
Octal 372 301 124 0 27 102 2 47 136 101
Binary 11111010 11000001 1010100 0 10111 1000010 10 100111 1011110 1000001

Color Harmonies of #FAC154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC154

Black with #FAC154

Text Example


Text Example

White with #FAC154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC154; }

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

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

background-color css

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

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

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

border-color css

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

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

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