Html Css Color HEX #FAC54B Golden Tainoi

📋 copy color: '#FAC54B'

red 250 ◦ green 197 ◦ blue 75

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

Shades of Golden Tainoi #FAC54B

Tints of Golden Tainoi #FAC54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.74%

 BLUE value IS 75 (29.69% from 255) = 14.37%

R = 47.89%
G = 37.74%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FAC54B (or 0xFAC54B) is known color: Golden Tainoi. HEX triplet: FA, C5 and 4B. RGB value is (250,197,75). Sum of RGB (Red+Green+Blue) = 250+197+75=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC54B is #053AB4. Grayscale: #C7C7C7. Windows color (decimal): -342709 or 4965882. OLE color: 4965882.

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

Color convert

RGB 250 197 75 -
CMYK 0 0.21 0.7 0.02
HSL 41.83º 0.95% 0.64% -
HSV(B) 41.83º 0.7% 0.98% -
XYZ 60.66 60.76 15.19 -
YUV 198.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 250 197 75 0 0.21 0.7 0.02 41.83 0.95 0.64
Hex FA C5 4B 0 15 46 2 2A 5F 40
Octal 372 305 113 0 25 106 2 52 137 100
Binary 11111010 11000101 1001011 0 10101 1000110 10 101010 1011111 1000000

Color Harmonies of #FAC54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC54B

Black with #FAC54B

Text Example


Text Example

White with #FAC54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC54B; }

 p { color: rgb(250,197,75); }

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

background-color css

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

 a { background-color: rgb(250,197,75); }

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

border-color css

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

 span { border-color: rgb(250,197,75); }

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