Html Css Color HEX #FAC15D Golden Tainoi

📋 copy color: '#FAC15D'

red 250 ◦ green 193 ◦ blue 93

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

Shades of Golden Tainoi #FAC15D

Tints of Golden Tainoi #FAC15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.35%

R = 46.64%
G = 36.01%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAC15D (or 0xFAC15D) is known color: Golden Tainoi. HEX triplet: FA, C1 and 5D. RGB value is (250,193,93). Sum of RGB (Red+Green+Blue) = 250+193+93=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC15D is #053EA2. Grayscale: #C7C7C7. Windows color (decimal): -343715 or 6144506. OLE color: 6144506.

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

Color convert

RGB 250 193 93 -
CMYK 0 0.23 0.63 0.02
HSL 38.22º 0.94% 0.67% -
HSV(B) 38.22º 0.63% 0.98% -
XYZ 60.47 59.25 18.61 -
YUV 198.64 68.38 164.63 -
System Red Green Blue C M Y K H S L
Decimal 250 193 93 0 0.23 0.63 0.02 38.22 0.94 0.67
Hex FA C1 5D 0 17 3F 2 26 5E 43
Octal 372 301 135 0 27 77 2 46 136 103
Binary 11111010 11000001 1011101 0 10111 111111 10 100110 1011110 1000011

Color Harmonies of #FAC15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC15D

Black with #FAC15D

Text Example


Text Example

White with #FAC15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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