Html Css Color HEX #FFBE5B Golden Tainoi

📋 copy color: '#FFBE5B'

red 255 ◦ green 190 ◦ blue 91

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

Shades of Golden Tainoi #FFBE5B

Tints of Golden Tainoi #FFBE5B

RGB

 RED value IS 255 (100% from 255) = 47.57%

 GREEN value IS 190 (74.61% from 255) = 35.45%

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

R = 47.57%
G = 35.45%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFBE5B (or 0xFFBE5B) is known color: Golden Tainoi. HEX triplet: FF, BE and 5B. RGB value is (255,190,91). Sum of RGB (Red+Green+Blue) = 255+190+91=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE5B is #0041A4. Grayscale: #C6C6C6. Windows color (decimal): -16805 or 6012671. OLE color: 6012671.

HSL color Cylindrical-coordinate representation of color #FFBE5B: hue angle of 36.22º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFBE5B is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 190 91 -
CMYK 0 0.25 0.64 0
HSL 36.22º 1% 0.68% -
HSV(B) 36.22º 0.64% 1% -
XYZ 61.54 58.84 18.01 -
YUV 198.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 255 190 91 0 0.25 0.64 0 36.22 1 0.68
Hex FF BE 5B 0 19 40 0 24 64 44
Octal 377 276 133 0 31 100 0 44 144 104
Binary 11111111 10111110 1011011 0 11001 1000000 0 100100 1100100 1000100

Color Harmonies of #FFBE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE5B

Black with #FFBE5B

Text Example


Text Example

White with #FFBE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE5B; }

 p { color: rgb(255,190,91); }

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

background-color css

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

 a { background-color: rgb(255,190,91); }

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

border-color css

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

 span { border-color: rgb(255,190,91); }

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