Html Css Color HEX #FAC25E Golden Tainoi

📋 copy color: '#FAC25E'

red 250 ◦ green 194 ◦ blue 94

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

Shades of Golden Tainoi #FAC25E

Tints of Golden Tainoi #FAC25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.47%

R = 46.47%
G = 36.06%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAC25E (or 0xFAC25E) is known color: Golden Tainoi. HEX triplet: FA, C2 and 5E. RGB value is (250,194,94). Sum of RGB (Red+Green+Blue) = 250+194+94=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC25E is #053DA1. Grayscale: #C7C7C7. Windows color (decimal): -343458 or 6210298. OLE color: 6210298.

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

Color convert

RGB 250 194 94 -
CMYK 0 0.22 0.62 0.02
HSL 38.46º 0.94% 0.67% -
HSV(B) 38.46º 0.62% 0.98% -
XYZ 60.74 59.72 18.91 -
YUV 199.34 68.55 164.13 -
System Red Green Blue C M Y K H S L
Decimal 250 194 94 0 0.22 0.62 0.02 38.46 0.94 0.67
Hex FA C2 5E 0 16 3E 2 26 5E 43
Octal 372 302 136 0 26 76 2 46 136 103
Binary 11111010 11000010 1011110 0 10110 111110 10 100110 1011110 1000011

Color Harmonies of #FAC25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC25E

Black with #FAC25E

Text Example


Text Example

White with #FAC25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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