Html Css Color HEX #FAC45E Golden Tainoi

📋 copy color: '#FAC45E'

red 250 ◦ green 196 ◦ blue 94

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

Shades of Golden Tainoi #FAC45E

Tints of Golden Tainoi #FAC45E

RGB

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

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

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

R = 46.3%
G = 36.3%
B = 17.41%

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

#FAC45E (or 0xFAC45E) is known color: Golden Tainoi. HEX triplet: FA, C4 and 5E. RGB value is (250,196,94). Sum of RGB (Red+Green+Blue) = 250+196+94=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC45E is #053BA1. Grayscale: #C8C8C8. Windows color (decimal): -342946 or 6210810. OLE color: 6210810.

HSL color Cylindrical-coordinate representation of color #FAC45E: hue angle of 39.23º 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 #FAC45E is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 94 -
CMYK 0 0.22 0.62 0.02
HSL 39.23º 0.94% 0.67% -
HSV(B) 39.23º 0.62% 0.98% -
XYZ 61.18 60.61 19.06 -
YUV 200.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 250 196 94 0 0.22 0.62 0.02 39.23 0.94 0.67
Hex FA C4 5E 0 16 3E 2 27 5E 43
Octal 372 304 136 0 26 76 2 47 136 103
Binary 11111010 11000100 1011110 0 10110 111110 10 100111 1011110 1000011

Color Harmonies of #FAC45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC45E

Black with #FAC45E

Text Example


Text Example

White with #FAC45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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