Html Css Color HEX #FAC04D Golden Tainoi

📋 copy color: '#FAC04D'

red 250 ◦ green 192 ◦ blue 77

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

Shades of Golden Tainoi #FAC04D

Tints of Golden Tainoi #FAC04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.84%

R = 48.17%
G = 36.99%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAC04D (or 0xFAC04D) is known color: Golden Tainoi. HEX triplet: FA, C0 and 4D. RGB value is (250,192,77). Sum of RGB (Red+Green+Blue) = 250+192+77=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC04D is #053FB2. Grayscale: #C4C4C4. Windows color (decimal): -343987 or 5095674. OLE color: 5095674.

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

Color convert

RGB 250 192 77 -
CMYK 0 0.23 0.69 0.02
HSL 39.88º 0.95% 0.64% -
HSV(B) 39.88º 0.69% 0.98% -
XYZ 59.61 58.56 15.18 -
YUV 196.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 250 192 77 0 0.23 0.69 0.02 39.88 0.95 0.64
Hex FA C0 4D 0 17 45 2 28 5F 40
Octal 372 300 115 0 27 105 2 50 137 100
Binary 11111010 11000000 1001101 0 10111 1000101 10 101000 1011111 1000000

Color Harmonies of #FAC04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC04D

Black with #FAC04D

Text Example


Text Example

White with #FAC04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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