Html Css Color HEX #FBC05B Golden Tainoi

📋 copy color: '#FBC05B'

red 251 ◦ green 192 ◦ blue 91

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

Shades of Golden Tainoi #FBC05B

Tints of Golden Tainoi #FBC05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.96%

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

R = 47%
G = 35.96%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBC05B (or 0xFBC05B) is known color: Golden Tainoi. HEX triplet: FB, C0 and 5B. RGB value is (251,192,91). Sum of RGB (Red+Green+Blue) = 251+192+91=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC05B is #043FA4. Grayscale: #C6C6C6. Windows color (decimal): -278437 or 6013179. OLE color: 6013179.

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

Color convert

RGB 251 192 91 -
CMYK 0 0.24 0.64 0.02
HSL 37.88º 0.95% 0.67% -
HSV(B) 37.88º 0.64% 0.98% -
XYZ 60.52 58.96 18.09 -
YUV 198.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 251 192 91 0 0.24 0.64 0.02 37.88 0.95 0.67
Hex FB C0 5B 0 18 40 2 26 5F 43
Octal 373 300 133 0 30 100 2 46 137 103
Binary 11111011 11000000 1011011 0 11000 1000000 10 100110 1011111 1000011

Color Harmonies of #FBC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC05B

Black with #FBC05B

Text Example


Text Example

White with #FBC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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