Html Css Color HEX #FAC152 Golden Tainoi

📋 copy color: '#FAC152'

red 250 ◦ green 193 ◦ blue 82

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

Shades of Golden Tainoi #FAC152

Tints of Golden Tainoi #FAC152

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

 BLUE value IS 82 (32.42% from 255) = 15.62%

R = 47.62%
G = 36.76%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAC152 (or 0xFAC152) is known color: Golden Tainoi. HEX triplet: FA, C1 and 52. RGB value is (250,193,82). Sum of RGB (Red+Green+Blue) = 250+193+82=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC152 is #053EAD. Grayscale: #C5C5C5. Windows color (decimal): -343726 or 5423610. OLE color: 5423610.

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

Color convert

RGB 250 193 82 -
CMYK 0 0.23 0.67 0.02
HSL 39.64º 0.94% 0.65% -
HSV(B) 39.64º 0.67% 0.98% -
XYZ 60.02 59.07 16.22 -
YUV 197.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 250 193 82 0 0.23 0.67 0.02 39.64 0.94 0.65
Hex FA C1 52 0 17 43 2 28 5E 41
Octal 372 301 122 0 27 103 2 50 136 101
Binary 11111010 11000001 1010010 0 10111 1000011 10 101000 1011110 1000001

Color Harmonies of #FAC152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC152

Black with #FAC152

Text Example


Text Example

White with #FAC152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC152; }

 p { color: rgb(250,193,82); }

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

background-color css

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

 a { background-color: rgb(250,193,82); }

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

border-color css

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

 span { border-color: rgb(250,193,82); }

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