Html Css Color HEX #FFBE61 Golden Tainoi

📋 copy color: '#FFBE61'

red 255 ◦ green 190 ◦ blue 97

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

Shades of Golden Tainoi #FFBE61

Tints of Golden Tainoi #FFBE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.9%

R = 47.05%
G = 35.06%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFBE61 (or 0xFFBE61) is known color: Golden Tainoi. HEX triplet: FF, BE and 61. RGB value is (255,190,97). Sum of RGB (Red+Green+Blue) = 255+190+97=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE61 is #00419E. Grayscale: #C7C7C7. Windows color (decimal): -16799 or 6405887. OLE color: 6405887.

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

Color convert

RGB 255 190 97 -
CMYK 0 0.25 0.62 0
HSL 35.32º 1% 0.69% -
HSV(B) 35.32º 0.62% 1% -
XYZ 61.81 58.95 19.43 -
YUV 198.83 70.53 168.06 -
System Red Green Blue C M Y K H S L
Decimal 255 190 97 0 0.25 0.62 0 35.32 1 0.69
Hex FF BE 61 0 19 3E 0 23 64 45
Octal 377 276 141 0 31 76 0 43 144 105
Binary 11111111 10111110 1100001 0 11001 111110 0 100011 1100100 1000101

Color Harmonies of #FFBE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE61

Black with #FFBE61

Text Example


Text Example

White with #FFBE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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