Html Css Color HEX #FFBE5A Golden Tainoi

📋 copy color: '#FFBE5A'

red 255 ◦ green 190 ◦ blue 90

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

Shades of Golden Tainoi #FFBE5A

Tints of Golden Tainoi #FFBE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.82%

R = 47.66%
G = 35.51%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFBE5A (or 0xFFBE5A) is known color: Golden Tainoi. HEX triplet: FF, BE and 5A. RGB value is (255,190,90). Sum of RGB (Red+Green+Blue) = 255+190+90=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE5A is #0041A5. Grayscale: #C6C6C6. Windows color (decimal): -16806 or 5947135. OLE color: 5947135.

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

Color convert

RGB 255 190 90 -
CMYK 0 0.25 0.65 0
HSL 36.36º 1% 0.68% -
HSV(B) 36.36º 0.65% 1% -
XYZ 61.5 58.83 17.79 -
YUV 198.04 67.03 168.63 -
System Red Green Blue C M Y K H S L
Decimal 255 190 90 0 0.25 0.65 0 36.36 1 0.68
Hex FF BE 5A 0 19 41 0 24 64 44
Octal 377 276 132 0 31 101 0 44 144 104
Binary 11111111 10111110 1011010 0 11001 1000001 0 100100 1100100 1000100

Color Harmonies of #FFBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE5A

Black with #FFBE5A

Text Example


Text Example

White with #FFBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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