Html Css Color HEX #FAC451 Golden Tainoi

📋 copy color: '#FAC451'

red 250 ◦ green 196 ◦ blue 81

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

Shades of Golden Tainoi #FAC451

Tints of Golden Tainoi #FAC451

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.19%

 BLUE value IS 81 (32.03% from 255) = 15.37%

R = 47.44%
G = 37.19%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAC451 (or 0xFAC451) is known color: Golden Tainoi. HEX triplet: FA, C4 and 51. RGB value is (250,196,81). Sum of RGB (Red+Green+Blue) = 250+196+81=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 81 (32.03% from 255 or 15.37% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC451 is #053BAE. Grayscale: #C7C7C7. Windows color (decimal): -342959 or 5358842. OLE color: 5358842.

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

Color convert

RGB 250 196 81 -
CMYK 0 0.22 0.68 0.02
HSL 40.83º 0.94% 0.65% -
HSV(B) 40.83º 0.68% 0.98% -
XYZ 60.65 60.4 16.25 -
YUV 199.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 250 196 81 0 0.22 0.68 0.02 40.83 0.94 0.65
Hex FA C4 51 0 16 44 2 29 5E 41
Octal 372 304 121 0 26 104 2 51 136 101
Binary 11111010 11000100 1010001 0 10110 1000100 10 101001 1011110 1000001

Color Harmonies of #FAC451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC451

Black with #FAC451

Text Example


Text Example

White with #FAC451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC451; }

 p { color: rgb(250,196,81); }

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

background-color css

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

 a { background-color: rgb(250,196,81); }

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

border-color css

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

 span { border-color: rgb(250,196,81); }

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