Html Css Color HEX #FAC048 Golden Tainoi

📋 copy color: '#FAC048'

red 250 ◦ green 192 ◦ blue 72

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

Shades of Golden Tainoi #FAC048

Tints of Golden Tainoi #FAC048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.35%

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

R = 48.64%
G = 37.35%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAC048 (or 0xFAC048) is known color: Golden Tainoi. HEX triplet: FA, C0 and 48. RGB value is (250,192,72). Sum of RGB (Red+Green+Blue) = 250+192+72=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC048 is #053FB7. Grayscale: #C4C4C4. Windows color (decimal): -343992 or 4767994. OLE color: 4767994.

HSL color Cylindrical-coordinate representation of color #FAC048: hue angle of 40.45º 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 #FAC048 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 192 72 -
CMYK 0 0.23 0.71 0.02
HSL 40.45º 0.95% 0.63% -
HSV(B) 40.45º 0.71% 0.98% -
XYZ 59.44 58.49 14.29 -
YUV 195.66 58.22 166.76 -
System Red Green Blue C M Y K H S L
Decimal 250 192 72 0 0.23 0.71 0.02 40.45 0.95 0.63
Hex FA C0 48 0 17 47 2 28 5F 3F
Octal 372 300 110 0 27 107 2 50 137 77
Binary 11111010 11000000 1001000 0 10111 1000111 10 101000 1011111 111111

Color Harmonies of #FAC048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC048

Black with #FAC048

Text Example


Text Example

White with #FAC048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC048; }

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

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

background-color css

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

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

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

border-color css

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

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

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