Html Css Color HEX #FAC25F Golden Tainoi

📋 copy color: '#FAC25F'

red 250 ◦ green 194 ◦ blue 95

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

Shades of Golden Tainoi #FAC25F

Tints of Golden Tainoi #FAC25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.63%

R = 46.38%
G = 35.99%
B = 17.63%

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

#FAC25F (or 0xFAC25F) is known color: Golden Tainoi. HEX triplet: FA, C2 and 5F. RGB value is (250,194,95). Sum of RGB (Red+Green+Blue) = 250+194+95=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC25F is #053DA0. Grayscale: #C7C7C7. Windows color (decimal): -343457 or 6275834. OLE color: 6275834.

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

Color convert

RGB 250 194 95 -
CMYK 0 0.22 0.62 0.02
HSL 38.32º 0.94% 0.68% -
HSV(B) 38.32º 0.62% 0.98% -
XYZ 60.78 59.73 19.15 -
YUV 199.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 250 194 95 0 0.22 0.62 0.02 38.32 0.94 0.68
Hex FA C2 5F 0 16 3E 2 26 5E 44
Octal 372 302 137 0 26 76 2 46 136 104
Binary 11111010 11000010 1011111 0 10110 111110 10 100110 1011110 1000100

Color Harmonies of #FAC25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC25F

Black with #FAC25F

Text Example


Text Example

White with #FAC25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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