Html Css Color HEX #FAC748 Golden Tainoi

📋 copy color: '#FAC748'

red 250 ◦ green 199 ◦ blue 72

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

Shades of Golden Tainoi #FAC748

Tints of Golden Tainoi #FAC748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.2%

 BLUE value IS 72 (28.52% from 255) = 13.82%

R = 47.98%
G = 38.2%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAC748 (or 0xFAC748) is known color: Golden Tainoi. HEX triplet: FA, C7 and 48. RGB value is (250,199,72). Sum of RGB (Red+Green+Blue) = 250+199+72=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC748 is #0538B7. Grayscale: #C8C8C8. Windows color (decimal): -342200 or 4769786. OLE color: 4769786.

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

Color convert

RGB 250 199 72 -
CMYK 0 0.20 0.71 0.02
HSL 42.81º 0.95% 0.63% -
HSV(B) 42.81º 0.71% 0.98% -
XYZ 61.02 61.64 14.81 -
YUV 199.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 250 199 72 0 0.20 0.71 0.02 42.81 0.95 0.63
Hex FA C7 48 0 14 47 2 2B 5F 3F
Octal 372 307 110 0 24 107 2 53 137 77
Binary 11111010 11000111 1001000 0 10100 1000111 10 101011 1011111 111111

Color Harmonies of #FAC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC748

Black with #FAC748

Text Example


Text Example

White with #FAC748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC748; }

 p { color: rgb(250,199,72); }

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

background-color css

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

 a { background-color: rgb(250,199,72); }

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

border-color css

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

 span { border-color: rgb(250,199,72); }

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