Html Css Color HEX #FAC046 Golden Tainoi

📋 copy color: '#FAC046'

red 250 ◦ green 192 ◦ blue 70

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

Shades of Golden Tainoi #FAC046

Tints of Golden Tainoi #FAC046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.67%

R = 48.83%
G = 37.5%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAC046 (or 0xFAC046) is known color: Golden Tainoi. HEX triplet: FA, C0 and 46. RGB value is (250,192,70). Sum of RGB (Red+Green+Blue) = 250+192+70=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC046 is #053FB9. Grayscale: #C3C3C3. Windows color (decimal): -343994 or 4636922. OLE color: 4636922.

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

Color convert

RGB 250 192 70 -
CMYK 0 0.23 0.72 0.02
HSL 40.67º 0.95% 0.63% -
HSV(B) 40.67º 0.72% 0.98% -
XYZ 59.38 58.47 13.95 -
YUV 195.43 57.22 166.92 -
System Red Green Blue C M Y K H S L
Decimal 250 192 70 0 0.23 0.72 0.02 40.67 0.95 0.63
Hex FA C0 46 0 17 48 2 29 5F 3F
Octal 372 300 106 0 27 110 2 51 137 77
Binary 11111010 11000000 1000110 0 10111 1001000 10 101001 1011111 111111

Color Harmonies of #FAC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC046

Black with #FAC046

Text Example


Text Example

White with #FAC046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC046; }

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

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

background-color css

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

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

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

border-color css

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

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

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