Html Css Color HEX #FBC15B Golden Tainoi

📋 copy color: '#FBC15B'

red 251 ◦ green 193 ◦ blue 91

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

Shades of Golden Tainoi #FBC15B

Tints of Golden Tainoi #FBC15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.01%

R = 46.92%
G = 36.07%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBC15B (or 0xFBC15B) is known color: Golden Tainoi. HEX triplet: FB, C1 and 5B. RGB value is (251,193,91). Sum of RGB (Red+Green+Blue) = 251+193+91=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC15B is #043EA4. Grayscale: #C7C7C7. Windows color (decimal): -278181 or 6013435. OLE color: 6013435.

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

Color convert

RGB 251 193 91 -
CMYK 0 0.23 0.64 0.02
HSL 38.25º 0.95% 0.67% -
HSV(B) 38.25º 0.64% 0.98% -
XYZ 60.74 59.4 18.16 -
YUV 198.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 251 193 91 0 0.23 0.64 0.02 38.25 0.95 0.67
Hex FB C1 5B 0 17 40 2 26 5F 43
Octal 373 301 133 0 27 100 2 46 137 103
Binary 11111011 11000001 1011011 0 10111 1000000 10 100110 1011111 1000011

Color Harmonies of #FBC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC15B

Black with #FBC15B

Text Example


Text Example

White with #FBC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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