Html Css Color HEX #FAC15F Golden Tainoi

📋 copy color: '#FAC15F'

red 250 ◦ green 193 ◦ blue 95

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

Shades of Golden Tainoi #FAC15F

Tints of Golden Tainoi #FAC15F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.87%

 BLUE value IS 95 (37.5% from 255) = 17.66%

R = 46.47%
G = 35.87%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAC15F (or 0xFAC15F) is known color: Golden Tainoi. HEX triplet: FA, C1 and 5F. RGB value is (250,193,95). Sum of RGB (Red+Green+Blue) = 250+193+95=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC15F is #053EA0. Grayscale: #C7C7C7. Windows color (decimal): -343713 or 6275578. OLE color: 6275578.

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

Color convert

RGB 250 193 95 -
CMYK 0 0.23 0.62 0.02
HSL 37.94º 0.94% 0.68% -
HSV(B) 37.94º 0.62% 0.98% -
XYZ 60.56 59.29 19.08 -
YUV 198.87 69.38 164.47 -
System Red Green Blue C M Y K H S L
Decimal 250 193 95 0 0.23 0.62 0.02 37.94 0.94 0.68
Hex FA C1 5F 0 17 3E 2 26 5E 44
Octal 372 301 137 0 27 76 2 46 136 104
Binary 11111010 11000001 1011111 0 10111 111110 10 100110 1011110 1000100

Color Harmonies of #FAC15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC15F

Black with #FAC15F

Text Example


Text Example

White with #FAC15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC15F; }

 p { color: rgb(250,193,95); }

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

background-color css

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

 a { background-color: rgb(250,193,95); }

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

border-color css

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

 span { border-color: rgb(250,193,95); }

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