Html Css Color HEX #FBC160 Golden Tainoi

📋 copy color: '#FBC160'

red 251 ◦ green 193 ◦ blue 96

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

Shades of Golden Tainoi #FBC160

Tints of Golden Tainoi #FBC160

RGB

 RED value IS 251 (98.44% from 255) = 46.48%

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

 BLUE value IS 96 (37.89% from 255) = 17.78%

R = 46.48%
G = 35.74%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FBC160 (or 0xFBC160) is known color: Golden Tainoi. HEX triplet: FB, C1 and 60. RGB value is (251,193,96). Sum of RGB (Red+Green+Blue) = 251+193+96=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC160 is #043E9F. Grayscale: #C7C7C7. Windows color (decimal): -278176 or 6341115. OLE color: 6341115.

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

Color convert

RGB 251 193 96 -
CMYK 0 0.23 0.62 0.02
HSL 37.55º 0.95% 0.68% -
HSV(B) 37.55º 0.62% 0.98% -
XYZ 60.96 59.49 19.34 -
YUV 199.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 251 193 96 0 0.23 0.62 0.02 37.55 0.95 0.68
Hex FB C1 60 0 17 3E 2 26 5F 44
Octal 373 301 140 0 27 76 2 46 137 104
Binary 11111011 11000001 1100000 0 10111 111110 10 100110 1011111 1000100

Color Harmonies of #FBC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC160

Black with #FBC160

Text Example


Text Example

White with #FBC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC160; }

 p { color: rgb(251,193,96); }

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

background-color css

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

 a { background-color: rgb(251,193,96); }

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

border-color css

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

 span { border-color: rgb(251,193,96); }

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