Html Css Color HEX #FAC450 Golden Tainoi

📋 copy color: '#FAC450'

red 250 ◦ green 196 ◦ blue 80

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

Shades of Golden Tainoi #FAC450

Tints of Golden Tainoi #FAC450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.26%

 BLUE value IS 80 (31.64% from 255) = 15.21%

R = 47.53%
G = 37.26%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAC450 (or 0xFAC450) is known color: Golden Tainoi. HEX triplet: FA, C4 and 50. RGB value is (250,196,80). Sum of RGB (Red+Green+Blue) = 250+196+80=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC450 is #053BAF. Grayscale: #C7C7C7. Windows color (decimal): -342960 or 5293306. OLE color: 5293306.

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

Color convert

RGB 250 196 80 -
CMYK 0 0.22 0.68 0.02
HSL 40.94º 0.94% 0.65% -
HSV(B) 40.94º 0.68% 0.98% -
XYZ 60.61 60.38 16.05 -
YUV 198.92 60.89 164.43 -
System Red Green Blue C M Y K H S L
Decimal 250 196 80 0 0.22 0.68 0.02 40.94 0.94 0.65
Hex FA C4 50 0 16 44 2 29 5E 41
Octal 372 304 120 0 26 104 2 51 136 101
Binary 11111010 11000100 1010000 0 10110 1000100 10 101001 1011110 1000001

Color Harmonies of #FAC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC450

Black with #FAC450

Text Example


Text Example

White with #FAC450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC450; }

 p { color: rgb(250,196,80); }

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

background-color css

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

 a { background-color: rgb(250,196,80); }

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

border-color css

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

 span { border-color: rgb(250,196,80); }

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