Html Css Color HEX #FFBE5E Golden Tainoi

📋 copy color: '#FFBE5E'

red 255 ◦ green 190 ◦ blue 94

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

Shades of Golden Tainoi #FFBE5E

Tints of Golden Tainoi #FFBE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.44%

R = 47.31%
G = 35.25%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFBE5E (or 0xFFBE5E) is known color: Golden Tainoi. HEX triplet: FF, BE and 5E. RGB value is (255,190,94). Sum of RGB (Red+Green+Blue) = 255+190+94=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE5E is #0041A1. Grayscale: #C6C6C6. Windows color (decimal): -16802 or 6209279. OLE color: 6209279.

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

Color convert

RGB 255 190 94 -
CMYK 0 0.25 0.63 0
HSL 35.78º 1% 0.68% -
HSV(B) 35.78º 0.63% 1% -
XYZ 61.67 58.9 18.71 -
YUV 198.49 69.03 168.31 -
System Red Green Blue C M Y K H S L
Decimal 255 190 94 0 0.25 0.63 0 35.78 1 0.68
Hex FF BE 5E 0 19 3F 0 24 64 44
Octal 377 276 136 0 31 77 0 44 144 104
Binary 11111111 10111110 1011110 0 11001 111111 0 100100 1100100 1000100

Color Harmonies of #FFBE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE5E

Black with #FFBE5E

Text Example


Text Example

White with #FFBE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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