Html Css Color HEX #FAC844 Golden Tainoi

📋 copy color: '#FAC844'

red 250 ◦ green 200 ◦ blue 68

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

Shades of Golden Tainoi #FAC844

Tints of Golden Tainoi #FAC844

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.61%

 BLUE value IS 68 (26.95% from 255) = 13.13%

R = 48.26%
G = 38.61%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAC844 (or 0xFAC844) is known color: Golden Tainoi. HEX triplet: FA, C8 and 44. RGB value is (250,200,68). Sum of RGB (Red+Green+Blue) = 250+200+68=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC844 is #0537BB. Grayscale: #C8C8C8. Windows color (decimal): -341948 or 4507898. OLE color: 4507898.

HSL color Cylindrical-coordinate representation of color #FAC844: hue angle of 43.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAC844 is Cyan = 0, Magento = 0.2, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 68 -
CMYK 0 0.2 0.73 0.02
HSL 43.52º 0.95% 0.62% -
HSV(B) 43.52º 0.73% 0.98% -
XYZ 61.12 62.05 14.22 -
YUV 199.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 250 200 68 0 0.2 0.73 0.02 43.52 0.95 0.62
Hex FA C8 44 0 14 49 2 2C 5F 3E
Octal 372 310 104 0 24 111 2 54 137 76
Binary 11111010 11001000 1000100 0 10100 1001001 10 101100 1011111 111110

Color Harmonies of #FAC844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC844

Black with #FAC844

Text Example


Text Example

White with #FAC844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC844; }

 p { color: rgb(250,200,68); }

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

background-color css

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

 a { background-color: rgb(250,200,68); }

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

border-color css

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

 span { border-color: rgb(250,200,68); }

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