Html Css Color HEX #FAC25A Golden Tainoi

📋 copy color: '#FAC25A'

red 250 ◦ green 194 ◦ blue 90

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

Shades of Golden Tainoi #FAC25A

Tints of Golden Tainoi #FAC25A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.33%

 BLUE value IS 90 (35.55% from 255) = 16.85%

R = 46.82%
G = 36.33%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAC25A (or 0xFAC25A) is known color: Golden Tainoi. HEX triplet: FA, C2 and 5A. RGB value is (250,194,90). Sum of RGB (Red+Green+Blue) = 250+194+90=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC25A is #053DA5. Grayscale: #C7C7C7. Windows color (decimal): -343462 or 5948154. OLE color: 5948154.

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

Color convert

RGB 250 194 90 -
CMYK 0 0.22 0.64 0.02
HSL 39º 0.94% 0.67% -
HSV(B) 39º 0.64% 0.98% -
XYZ 60.56 59.65 17.99 -
YUV 198.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 250 194 90 0 0.22 0.64 0.02 39 0.94 0.67
Hex FA C2 5A 0 16 40 2 27 5E 43
Octal 372 302 132 0 26 100 2 47 136 103
Binary 11111010 11000010 1011010 0 10110 1000000 10 100111 1011110 1000011

Color Harmonies of #FAC25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC25A

Black with #FAC25A

Text Example


Text Example

White with #FAC25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC25A; }

 p { color: rgb(250,194,90); }

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

background-color css

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

 a { background-color: rgb(250,194,90); }

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

border-color css

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

 span { border-color: rgb(250,194,90); }

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