Html Css Color HEX #FAC45A Golden Tainoi

📋 copy color: '#FAC45A'

red 250 ◦ green 196 ◦ blue 90

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

Shades of Golden Tainoi #FAC45A

Tints of Golden Tainoi #FAC45A

RGB

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

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

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

R = 46.64%
G = 36.57%
B = 16.79%

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

#FAC45A (or 0xFAC45A) is known color: Golden Tainoi. HEX triplet: FA, C4 and 5A. RGB value is (250,196,90). Sum of RGB (Red+Green+Blue) = 250+196+90=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC45A is #053BA5. Grayscale: #C8C8C8. Windows color (decimal): -342950 or 5948666. OLE color: 5948666.

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

Color convert

RGB 250 196 90 -
CMYK 0 0.22 0.64 0.02
HSL 39.75º 0.94% 0.67% -
HSV(B) 39.75º 0.64% 0.98% -
XYZ 61.01 60.54 18.14 -
YUV 200.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 250 196 90 0 0.22 0.64 0.02 39.75 0.94 0.67
Hex FA C4 5A 0 16 40 2 28 5E 43
Octal 372 304 132 0 26 100 2 50 136 103
Binary 11111010 11000100 1011010 0 10110 1000000 10 101000 1011110 1000011

Color Harmonies of #FAC45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC45A

Black with #FAC45A

Text Example


Text Example

White with #FAC45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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